Security update to Drupal 8.4.6
[yaffs-website] / node_modules / pinkie / package.json
1 {
2   "_args": [
3     [
4       "pinkie@^2.0.0",
5       "/var/www/yaffs/node_modules/pinkie-promise"
6     ]
7   ],
8   "_from": "pinkie@>=2.0.0 <3.0.0",
9   "_id": "pinkie@2.0.4",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/pinkie",
13   "_nodeVersion": "4.2.4",
14   "_npmUser": {
15     "email": "floatdrop@gmail.com",
16     "name": "floatdrop"
17   },
18   "_npmVersion": "2.14.12",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "pinkie",
22     "raw": "pinkie@^2.0.0",
23     "rawSpec": "^2.0.0",
24     "scope": null,
25     "spec": ">=2.0.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/pinkie-promise"
30   ],
31   "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
32   "_shasum": "72556b80cfa0d48a974e80e77248e80ed4f7f870",
33   "_shrinkwrap": null,
34   "_spec": "pinkie@^2.0.0",
35   "_where": "/var/www/yaffs/node_modules/pinkie-promise",
36   "author": {
37     "email": "floatdrop@gmail.com",
38     "name": "Vsevolod Strukchinsky",
39     "url": "github.com/floatdrop"
40   },
41   "bugs": {
42     "url": "https://github.com/floatdrop/pinkie/issues"
43   },
44   "dependencies": {},
45   "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
46   "devDependencies": {
47     "core-assert": "^0.1.1",
48     "coveralls": "^2.11.4",
49     "mocha": "*",
50     "nyc": "^3.2.2",
51     "promises-aplus-tests": "*",
52     "xo": "^0.10.1"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "72556b80cfa0d48a974e80e77248e80ed4f7f870",
57     "tarball": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz"
58   },
59   "engines": {
60     "node": ">=0.10.0"
61   },
62   "files": [
63     "index.js"
64   ],
65   "gitHead": "8d4a92447a5c62bff9f89756caeb4c9c8770579b",
66   "homepage": "https://github.com/floatdrop/pinkie",
67   "keywords": [
68     "es2015",
69     "es6",
70     "promise",
71     "promises"
72   ],
73   "license": "MIT",
74   "maintainers": [
75     {
76       "name": "floatdrop",
77       "email": "floatdrop@gmail.com"
78     }
79   ],
80   "name": "pinkie",
81   "optionalDependencies": {},
82   "readme": "ERROR: No README data found!",
83   "repository": {
84     "type": "git",
85     "url": "git+https://github.com/floatdrop/pinkie.git"
86   },
87   "scripts": {
88     "coverage": "nyc report --reporter=text-lcov | coveralls",
89     "test": "xo && nyc mocha"
90   },
91   "version": "2.0.4"
92 }