summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/pinkie/package.json
blob: 292eca6ad2abc2c6bb76c4c703df7cf2c9b5f3ec (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
{
  "_from": "pinkie@^2.0.0",
  "_id": "pinkie@2.0.4",
  "_inBundle": false,
  "_integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
  "_location": "/eslint/pinkie",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pinkie@^2.0.0",
    "name": "pinkie",
    "escapedName": "pinkie",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/eslint/pinkie-promise"
  ],
  "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
  "_shasum": "72556b80cfa0d48a974e80e77248e80ed4f7f870",
  "_spec": "pinkie@^2.0.0",
  "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint/node_modules/pinkie-promise",
  "author": {
    "name": "Vsevolod Strukchinsky",
    "email": "floatdrop@gmail.com",
    "url": "github.com/floatdrop"
  },
  "bugs": {
    "url": "https://github.com/floatdrop/pinkie/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/floatdrop/pinkie#readme",
  "keywords": [
    "promise",
    "promises",
    "es2015",
    "es6"
  ],
  "license": "MIT",
  "name": "pinkie",
  "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"
}