wishthis/node_modules/pinkie-promise/package.json

75 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"pinkie-promise@2.0.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "pinkie-promise@2.0.1",
"_id": "pinkie-promise@2.0.1",
"_inBundle": false,
"_integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
"_location": "/pinkie-promise",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pinkie-promise@2.0.1",
"name": "pinkie-promise",
"escapedName": "pinkie-promise",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/find-up",
"/globby",
"/load-json-file",
"/path-exists",
"/path-type"
],
"_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "F:\\laragon\\www\\wishthis",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com",
"url": "github.com/floatdrop"
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/floatdrop/pinkie-promise/issues"
},
"dependencies": {
"pinkie": "^2.0.0"
},
"description": "ES2015 Promise ponyfill",
"devDependencies": {
"mocha": "*"
},
2022-01-21 08:28:41 +00:00
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/floatdrop/pinkie-promise#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"promise",
"promises",
"es2015",
"es6",
"polyfill",
"ponyfill"
],
2022-02-23 16:41:13 +00:00
"license": "MIT",
"name": "pinkie-promise",
"repository": {
"type": "git",
"url": "git+https://github.com/floatdrop/pinkie-promise.git"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"scripts": {
"test": "mocha"
},
"version": "2.0.1"
2022-01-21 08:28:41 +00:00
}