08-27-周三_17-09-29
This commit is contained in:
109
node_modules/pinkie-promise/package.json
generated
vendored
Normal file
109
node_modules/pinkie-promise/package.json
generated
vendored
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "pinkie-promise",
|
||||
"raw": "pinkie-promise@^2.0.0",
|
||||
"rawSpec": "^2.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/root/gitbook/node_modules/hasha"
|
||||
]
|
||||
],
|
||||
"_from": "pinkie-promise@>=2.0.0 <3.0.0",
|
||||
"_id": "pinkie-promise@2.0.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/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": [
|
||||
"/hasha",
|
||||
"/phantomjs/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": "/root/gitbook/node_modules/hasha",
|
||||
"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": {
|
||||
"integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
|
||||
"shasum": "2135d6dfa7a358c069ac9b178776288228450ffa",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEUCIQD+ZoUInFeoUqx9O9PHVHQ3m3EyXj3KjkFrYCB/8kJ/0wIgH6mU/5G5vKNad5/ceDV7wllQGjNP5WRJmI1GNLCVfrw="
|
||||
}
|
||||
],
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user