summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/package.json
blob: 8cebb11e4c5584eef3d42c937120e15f47d3b80b (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
{
  "_args": [
    [
      "pinkie@^2.0.0",
      "/Users/rebecca/code/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise"
    ]
  ],
  "_from": "pinkie@>=2.0.0 <3.0.0",
  "_id": "pinkie@2.0.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/har-validator/pinkie-promise/pinkie",
  "_nodeVersion": "4.2.4",
  "_npmUser": {
    "email": "floatdrop@gmail.com",
    "name": "floatdrop"
  },
  "_npmVersion": "2.14.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "pinkie",
    "raw": "pinkie@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request/har-validator/pinkie-promise"
  ],
  "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
  "_shasum": "72556b80cfa0d48a974e80e77248e80ed4f7f870",
  "_shrinkwrap": null,
  "_spec": "pinkie@^2.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise",
  "author": {
    "email": "floatdrop@gmail.com",
    "name": "Vsevolod Strukchinsky",
    "url": "github.com/floatdrop"
  },
  "bugs": {
    "url": "https://github.com/floatdrop/pinkie/issues"
  },
  "dependencies": {},
  "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
  "devDependencies": {
    "core-assert": "^0.1.1",
    "coveralls": "^2.11.4",
    "mocha": "*",
    "nyc": "^3.2.2",
    "promises-aplus-tests": "*",
    "xo": "^0.10.1"
  },
  "directories": {},
  "dist": {
    "shasum": "72556b80cfa0d48a974e80e77248e80ed4f7f870",
    "tarball": "http://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "8d4a92447a5c62bff9f89756caeb4c9c8770579b",
  "homepage": "https://github.com/floatdrop/pinkie",
  "keywords": [
    "promise",
    "promises",
    "es2015",
    "es6"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "floatdrop@gmail.com",
      "name": "floatdrop"
    }
  ],
  "name": "pinkie",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/floatdrop/pinkie.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "xo && nyc mocha"
  },
  "version": "2.0.4"
}