package.json 1.4 KB
Newer Older
huahua committed
1
{
huahua committed
2 3 4 5 6
  "_args": [
    [
      "wrappy@1.0.2",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
huahua committed
7
  ],
huahua committed
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
  "_from": "wrappy@1.0.2",
  "_id": "wrappy@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  "_location": "/wrappy",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "wrappy@1.0.2",
    "name": "wrappy",
    "escapedName": "wrappy",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/inflight",
    "/once"
  ],
  "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/wrappy/issues"
huahua committed
38 39
  },
  "dependencies": {},
huahua committed
40
  "description": "Callback wrapping utility",
huahua committed
41 42 43
  "devDependencies": {
    "tap": "^2.3.1"
  },
huahua committed
44 45
  "directories": {
    "test": "test"
huahua committed
46
  },
huahua committed
47 48 49 50 51 52 53
  "files": [
    "wrappy.js"
  ],
  "homepage": "https://github.com/npm/wrappy",
  "license": "ISC",
  "main": "wrappy.js",
  "name": "wrappy",
huahua committed
54 55
  "repository": {
    "type": "git",
huahua committed
56
    "url": "git+https://github.com/npm/wrappy.git"
huahua committed
57
  },
huahua committed
58 59
  "scripts": {
    "test": "tap --coverage test/*.js"
huahua committed
60
  },
huahua committed
61
  "version": "1.0.2"
huahua committed
62
}