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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
| {
| "_args": [
| [
| {
| "raw": "promise@^8.0.0",
| "scope": null,
| "escapedName": "promise",
| "name": "promise",
| "rawSpec": "^8.0.0",
| "spec": ">=8.0.0 <9.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/then-request"
| ]
| ],
| "_from": "promise@>=8.0.0 <9.0.0",
| "_hasShrinkwrap": false,
| "_id": "promise@8.1.0",
| "_inCache": true,
| "_location": "/promise",
| "_nodeVersion": "10.17.0",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/promise_8.1.0_1583146662504_0.6878811195805767"
| },
| "_npmUser": {
| "name": "forbeslindesay",
| "email": "forbes@lindesay.co.uk"
| },
| "_npmVersion": "6.11.3",
| "_phantomChildren": {},
| "_requested": {
| "raw": "promise@^8.0.0",
| "scope": null,
| "escapedName": "promise",
| "name": "promise",
| "rawSpec": "^8.0.0",
| "spec": ">=8.0.0 <9.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/then-request"
| ],
| "_resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
| "_shasum": "697c25c3dfe7435dd79fcd58c38a135888eaf05e",
| "_shrinkwrap": null,
| "_spec": "promise@^8.0.0",
| "_where": "/root/rushmail/node_modules/then-request",
| "author": {
| "name": "ForbesLindesay"
| },
| "bugs": {
| "url": "https://github.com/then/promise/issues"
| },
| "dependencies": {
| "asap": "~2.0.6"
| },
| "description": "Bare bones Promises/A+ implementation",
| "devDependencies": {
| "acorn": "^1.0.1",
| "better-assert": "*",
| "istanbul": "^0.3.13",
| "mocha": "*",
| "promises-aplus-tests": "*",
| "rimraf": "^2.3.2"
| },
| "directories": {},
| "dist": {
| "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==",
| "shasum": "697c25c3dfe7435dd79fcd58c38a135888eaf05e",
| "tarball": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
| "fileCount": 44,
| "unpackedSize": 95496,
| "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXOanCRA9TVsSAnZWagAAnqQP/3SgixigYLzexqwsZHVf\nkD9pWbItxs80z6BZXpL74O4S24+dp21qS1E9LhlXFXguqpAPXOEP7o4x36uf\nmD43KAAN9/7WM4e0oU0BrBW7F1SMfqZxE27lKfdZlxP/G/yl92RDU8N6Slrj\nfa/Ms+MQoe11gaPJrAEN+IrXBoS2nbd7XiMg2Gxh6m5su2S7qRag//lNtEXe\n9xAQyndsIi4zcgKw+t4E/Ae9wHCgn6LlxKuEtMgfVPKgOqzf25WZBLbo/ocf\nAPoEy//pYLFYBezFm13T8p0mNCE6JkgfQCIrtdFyPLCKKfkTSmc0GmUmA4j5\n8aSSbkHHtOifXGj7eq/QQDVU4axqd8x3JkbXo3bw+i2h6uwgXUbulJo+gVZi\n4SpE+yzIEVc3glT2fkB1sz1kxuN5iHeUsUgeeNR5s147DbFpqSSbCKzf5Idb\nnhe30rmoI/ySl+zM7oi0FSIGDaCPuaKPI6A2/7Cb5H6p/SxvvbY4u75Oeczv\ngKnH6A95Wjkoc7NWcVUuJYB58unT2rOeJjVj3TnZ9djG649vMZ/he/eUgFQF\nM/mtGVOjiB8vE6V3Lwq0FloaAmF01MMzQGVmQCMuQ929lJQt29Nhf2Me+ADO\ncnTT+TIA5r3UG0slnaT+0u27mzkHRVn+ZVJKGQEHBrPR+ypVvcMFRvqvIabU\nEzrU\r\n=t8a1\r\n-----END PGP SIGNATURE-----\r\n"
| },
| "gitHead": "e9c12a292d5800adaf49190aff95df426f6cb2c1",
| "homepage": "https://github.com/then/promise#readme",
| "license": "MIT",
| "main": "index.js",
| "maintainers": [
| {
| "name": "forbeslindesay",
| "email": "forbes@lindesay.co.uk"
| },
| {
| "name": "nathan7",
| "email": "nathan@nathan7.eu"
| }
| ],
| "name": "promise",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/then/promise.git"
| },
| "scripts": {
| "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
| "prepublish": "node build",
| "pretest": "node build",
| "pretest-extensions": "node build",
| "pretest-memory-leak": "node build",
| "pretest-resolve": "node build",
| "test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
| "test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
| "test-memory-leak": "node --expose-gc test/memory-leak.js",
| "test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
| },
| "version": "8.1.0"
| }
|
|