Security update for permissions_by_term
[yaffs-website] / node_modules / pify / package.json
1 {
2   "_args": [
3     [
4       "pify@^2.0.0",
5       "/var/www/yaffs/node_modules/load-json-file"
6     ]
7   ],
8   "_from": "pify@>=2.0.0 <3.0.0",
9   "_id": "pify@2.3.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/pify",
13   "_nodeVersion": "4.2.1",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.14.7",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "pify",
22     "raw": "pify@^2.0.0",
23     "rawSpec": "^2.0.0",
24     "scope": null,
25     "spec": ">=2.0.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/load-json-file",
30     "/path-type"
31   ],
32   "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
33   "_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
34   "_shrinkwrap": null,
35   "_spec": "pify@^2.0.0",
36   "_where": "/var/www/yaffs/node_modules/load-json-file",
37   "author": {
38     "email": "sindresorhus@gmail.com",
39     "name": "Sindre Sorhus",
40     "url": "sindresorhus.com"
41   },
42   "bugs": {
43     "url": "https://github.com/sindresorhus/pify/issues"
44   },
45   "dependencies": {},
46   "description": "Promisify a callback-style function",
47   "devDependencies": {
48     "ava": "*",
49     "pinkie-promise": "^1.0.0",
50     "v8-natives": "0.0.2",
51     "xo": "*"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
56     "tarball": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
57   },
58   "engines": {
59     "node": ">=0.10.0"
60   },
61   "files": [
62     "index.js"
63   ],
64   "gitHead": "2dd0d8b880e4ebcc5cc33ae126b02647418e4440",
65   "homepage": "https://github.com/sindresorhus/pify",
66   "keywords": [
67     "async",
68     "bind",
69     "callback",
70     "cb",
71     "convert",
72     "denodeify",
73     "denodify",
74     "es2015",
75     "node",
76     "promise",
77     "promises",
78     "promisify",
79     "then",
80     "thenify",
81     "to",
82     "transform",
83     "wrap",
84     "wrapper"
85   ],
86   "license": "MIT",
87   "maintainers": [
88     {
89       "name": "sindresorhus",
90       "email": "sindresorhus@gmail.com"
91     }
92   ],
93   "name": "pify",
94   "optionalDependencies": {},
95   "readme": "ERROR: No README data found!",
96   "repository": {
97     "type": "git",
98     "url": "git+https://github.com/sindresorhus/pify.git"
99   },
100   "scripts": {
101     "optimization-test": "node --allow-natives-syntax optimization-test.js",
102     "test": "xo && ava && npm run optimization-test"
103   },
104   "version": "2.3.0"
105 }