[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / express / node_modules / promise / package.json
1 {
2   "_from": "promise@^7.1.1",
3   "_id": "promise@7.3.1",
4   "_inBundle": false,
5   "_integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
6   "_location": "/promise",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "promise@^7.1.1",
12     "name": "promise",
13     "escapedName": "promise",
14     "rawSpec": "^7.1.1",
15     "saveSpec": null,
16     "fetchSpec": "^7.1.1"
17   },
18   "_requiredBy": [
19     "/"
20   ],
21   "_resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
22   "_shasum": "064b72602b18f90f29192b8b1bc418ffd1ebd3bf",
23   "_spec": "promise@^7.1.1",
24   "_where": "/home/hyunduk/opensource/external/HappyFunTimes",
25   "author": {
26     "name": "ForbesLindesay"
27   },
28   "bugs": {
29     "url": "https://github.com/then/promise/issues"
30   },
31   "bundleDependencies": false,
32   "dependencies": {
33     "asap": "~2.0.3"
34   },
35   "deprecated": false,
36   "description": "Bare bones Promises/A+ implementation",
37   "devDependencies": {
38     "acorn": "^1.0.1",
39     "better-assert": "*",
40     "istanbul": "^0.3.13",
41     "mocha": "*",
42     "promises-aplus-tests": "*",
43     "rimraf": "^2.3.2"
44   },
45   "homepage": "https://github.com/then/promise#readme",
46   "license": "MIT",
47   "main": "index.js",
48   "name": "promise",
49   "repository": {
50     "type": "git",
51     "url": "git+https://github.com/then/promise.git"
52   },
53   "scripts": {
54     "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
55     "prepublish": "node build",
56     "pretest": "node build",
57     "pretest-extensions": "node build",
58     "pretest-memory-leak": "node build",
59     "pretest-resolve": "node build",
60     "test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
61     "test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
62     "test-memory-leak": "node --expose-gc test/memory-leak.js",
63     "test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
64   },
65   "version": "7.3.1"
66 }