08-27-周三_17-09-29
This commit is contained in:
105
node_modules/pinkie/package.json
generated
vendored
Normal file
105
node_modules/pinkie/package.json
generated
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "pinkie",
|
||||
"raw": "pinkie@^2.0.0",
|
||||
"rawSpec": "^2.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/root/gitbook/node_modules/pinkie-promise"
|
||||
]
|
||||
],
|
||||
"_from": "pinkie@>=2.0.0 <3.0.0",
|
||||
"_id": "pinkie@2.0.4",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/pinkie",
|
||||
"_nodeVersion": "0.0.0-fake",
|
||||
"_npmUser": {
|
||||
"email": "support@npmjs.com",
|
||||
"name": "npm"
|
||||
},
|
||||
"_npmVersion": "0.0.0-fake",
|
||||
"_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": [
|
||||
"/pinkie-promise"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
|
||||
"_shasum": "72556b80cfa0d48a974e80e77248e80ed4f7f870",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "pinkie@^2.0.0",
|
||||
"_where": "/root/gitbook/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": {
|
||||
"integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
|
||||
"shasum": "72556b80cfa0d48a974e80e77248e80ed4f7f870",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEUCIQC4Fqw4SBUnt8DQH0DT4kodbHO0d7r99wyjuPhZQGOx2gIgBNh1Nv/qeJtxv/2oiTsD47rHcF1QXQ7rwqKKZAIpBeA="
|
||||
}
|
||||
],
|
||||
"tarball": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/floatdrop/pinkie#readme",
|
||||
"keywords": [
|
||||
"promise",
|
||||
"promises",
|
||||
"es2015",
|
||||
"es6"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "sambalana247@gmail.com",
|
||||
"name": "puradox"
|
||||
}
|
||||
],
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user