• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "es6-promisify@^5.0.0",
3  "_id": "es6-promisify@5.0.0",
4  "_inBundle": false,
5  "_integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=",
6  "_location": "/es6-promisify",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "es6-promisify@^5.0.0",
12    "name": "es6-promisify",
13    "escapedName": "es6-promisify",
14    "rawSpec": "^5.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^5.0.0"
17  },
18  "_requiredBy": [
19    "/agent-base"
20  ],
21  "_resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz",
22  "_shasum": "5109d62f3e56ea967c4b63505aef08291c8a5203",
23  "_spec": "es6-promisify@^5.0.0",
24  "_where": "/Users/rebecca/code/npm/node_modules/agent-base",
25  "author": {
26    "name": "Mike Hall",
27    "email": "mikehall314@gmail.com"
28  },
29  "bugs": {
30    "url": "http://github.com/digitaldesignlabs/es6-promisify/issues"
31  },
32  "bundleDependencies": false,
33  "dependencies": {
34    "es6-promise": "^4.0.3"
35  },
36  "deprecated": false,
37  "description": "Converts callback-based functions to ES6 Promises",
38  "devDependencies": {
39    "babel-preset-es2015": "^6.9.0",
40    "eslint": "^2.13.1",
41    "gulp": "^3.9.1",
42    "gulp-babel": "^6.1.2",
43    "nodeunit": "^0.10.0"
44  },
45  "files": [
46    "dist/promisify.js",
47    "dist/promise.js"
48  ],
49  "greenkeeper": {
50    "ignore": [
51      "eslint"
52    ]
53  },
54  "homepage": "https://github.com/digitaldesignlabs/es6-promisify#readme",
55  "keywords": [
56    "promises",
57    "es6",
58    "promisify"
59  ],
60  "license": "MIT",
61  "main": "dist/promisify.js",
62  "name": "es6-promisify",
63  "repository": {
64    "type": "git",
65    "url": "git+https://github.com/digitaldesignlabs/es6-promisify.git"
66  },
67  "scripts": {
68    "pretest": "./node_modules/eslint/bin/eslint.js ./lib/*.js ./tests/*.js",
69    "test": "gulp && nodeunit tests"
70  },
71  "version": "5.0.0"
72}
73