summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/package.json
blob: 438996b7ea8bf11db38708200ea71706b5fd07c1 (plain)
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
{
  "_args": [
    [
      "pinkie-promise@^2.0.0",
      "/Users/rebecca/code/npm/node_modules/request/node_modules/har-validator"
    ]
  ],
  "_from": "pinkie-promise@>=2.0.0 <3.0.0",
  "_id": "pinkie-promise@2.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/har-validator/pinkie-promise",
  "_nodeVersion": "4.4.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/pinkie-promise-2.0.1.tgz_1460309839126_0.3422858319245279"
  },
  "_npmUser": {
    "email": "floatdrop@gmail.com",
    "name": "floatdrop"
  },
  "_npmVersion": "2.14.20",
  "_phantomChildren": {},
  "_requested": {
    "name": "pinkie-promise",
    "raw": "pinkie-promise@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request/har-validator"
  ],
  "_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
  "_shasum": "2135d6dfa7a358c069ac9b178776288228450ffa",
  "_shrinkwrap": null,
  "_spec": "pinkie-promise@^2.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/har-validator",
  "author": {
    "email": "floatdrop@gmail.com",
    "name": "Vsevolod Strukchinsky",
    "url": "github.com/floatdrop"
  },
  "bugs": {
    "url": "https://github.com/floatdrop/pinkie-promise/issues"
  },
  "dependencies": {
    "pinkie": "^2.0.0"
  },
  "description": "ES2015 Promise ponyfill",
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "2135d6dfa7a358c069ac9b178776288228450ffa",
    "tarball": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "4a936c09c34ad591a25db93f1216d242de0d6184",
  "homepage": "https://github.com/floatdrop/pinkie-promise",
  "keywords": [
    "promise",
    "promises",
    "es2015",
    "es6",
    "polyfill",
    "ponyfill"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "floatdrop@gmail.com",
      "name": "floatdrop"
    }
  ],
  "name": "pinkie-promise",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/floatdrop/pinkie-promise.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "2.0.1"
}