summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/wrappy/package.json
blob: b88e66283290baf6b7930d29222b5ec04909ad01 (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
{
  "name": "wrappy",
  "version": "1.0.1",
  "description": "Callback wrapping utility",
  "main": "wrappy.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "tap": "^0.4.12"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/wrappy"
  },
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm/wrappy/issues"
  },
  "homepage": "https://github.com/npm/wrappy",
  "gitHead": "006a8cbac6b99988315834c207896eed71fd069a",
  "_id": "wrappy@1.0.1",
  "_shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
  "_from": "wrappy@1.0.1",
  "_npmVersion": "2.0.0",
  "_nodeVersion": "0.10.31",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "dist": {
    "shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
    "tarball": "http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
  },
  "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz",
  "readme": "ERROR: No README data found!"
}