summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/wrappy/package.json
blob: 10c34634a16b4d45fd917b0ce57b14595d1c4572 (plain)
1
2
3
4
5
6
7
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
  "_args": [
    [
      {
        "raw": "wrappy@latest",
        "scope": null,
        "escapedName": "wrappy",
        "name": "wrappy",
        "rawSpec": "latest",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "wrappy@latest",
  "_id": "wrappy@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/wrappy",
  "_nodeVersion": "5.10.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/wrappy-1.0.2.tgz_1463527848281_0.037129373755306005"
  },
  "_npmUser": {
    "name": "zkat",
    "email": "kat@sykosomatic.org"
  },
  "_npmVersion": "3.9.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "wrappy@latest",
    "scope": null,
    "escapedName": "wrappy",
    "name": "wrappy",
    "rawSpec": "latest",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/dezalgo",
    "/inflight",
    "/once"
  ],
  "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
  "_shrinkwrap": null,
  "_spec": "wrappy@latest",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/wrappy/issues"
  },
  "dependencies": {},
  "description": "Callback wrapping utility",
  "devDependencies": {
    "tap": "^2.3.1"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
    "tarball": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
  },
  "files": [
    "wrappy.js"
  ],
  "gitHead": "71d91b6dc5bdeac37e218c2cf03f9ab55b60d214",
  "homepage": "https://github.com/npm/wrappy",
  "license": "ISC",
  "main": "wrappy.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "name": "wrappy",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/wrappy.git"
  },
  "scripts": {
    "test": "tap --coverage test/*.js"
  },
  "version": "1.0.2"
}