• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "pify@^3.0.0",
3  "_id": "pify@3.0.0",
4  "_inBundle": false,
5  "_integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
6  "_location": "/pify",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "pify@^3.0.0",
12    "name": "pify",
13    "escapedName": "pify",
14    "rawSpec": "^3.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^3.0.0"
17  },
18  "_requiredBy": [
19    "/make-dir",
20    "/pkg-conf/load-json-file"
21  ],
22  "_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
23  "_shasum": "e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176",
24  "_spec": "pify@^3.0.0",
25  "_where": "/Users/rebecca/code/npm/node_modules/make-dir",
26  "author": {
27    "name": "Sindre Sorhus",
28    "email": "sindresorhus@gmail.com",
29    "url": "sindresorhus.com"
30  },
31  "bugs": {
32    "url": "https://github.com/sindresorhus/pify/issues"
33  },
34  "bundleDependencies": false,
35  "deprecated": false,
36  "description": "Promisify a callback-style function",
37  "devDependencies": {
38    "ava": "*",
39    "pinkie-promise": "^2.0.0",
40    "v8-natives": "^1.0.0",
41    "xo": "*"
42  },
43  "engines": {
44    "node": ">=4"
45  },
46  "files": [
47    "index.js"
48  ],
49  "homepage": "https://github.com/sindresorhus/pify#readme",
50  "keywords": [
51    "promise",
52    "promises",
53    "promisify",
54    "all",
55    "denodify",
56    "denodeify",
57    "callback",
58    "cb",
59    "node",
60    "then",
61    "thenify",
62    "convert",
63    "transform",
64    "wrap",
65    "wrapper",
66    "bind",
67    "to",
68    "async",
69    "await",
70    "es2015",
71    "bluebird"
72  ],
73  "license": "MIT",
74  "name": "pify",
75  "repository": {
76    "type": "git",
77    "url": "git+https://github.com/sindresorhus/pify.git"
78  },
79  "scripts": {
80    "optimization-test": "node --allow-natives-syntax optimization-test.js",
81    "test": "xo && ava && npm run optimization-test"
82  },
83  "version": "3.0.0"
84}
85