08-27-周三_17-09-29
This commit is contained in:
89
node_modules/promise/package.json
generated
vendored
Normal file
89
node_modules/promise/package.json
generated
vendored
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "promise",
|
||||
"raw": "promise@^6.0.1",
|
||||
"rawSpec": "^6.0.1",
|
||||
"scope": null,
|
||||
"spec": ">=6.0.1 <7.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"F:\\tmp\\gitbook\\node_modules\\less"
|
||||
]
|
||||
],
|
||||
"_from": "promise@>=6.0.1 <7.0.0",
|
||||
"_id": "promise@6.1.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/promise",
|
||||
"_npmUser": {
|
||||
"email": "forbes@lindesay.co.uk",
|
||||
"name": "forbeslindesay"
|
||||
},
|
||||
"_npmVersion": "1.5.0-alpha-4",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "promise",
|
||||
"raw": "promise@^6.0.1",
|
||||
"rawSpec": "^6.0.1",
|
||||
"scope": null,
|
||||
"spec": ">=6.0.1 <7.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/less"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
|
||||
"_shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "promise@^6.0.1",
|
||||
"_where": "F:\\tmp\\gitbook\\node_modules\\less",
|
||||
"author": {
|
||||
"name": "ForbesLindesay"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/then/promise/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"asap": "~1.0.0"
|
||||
},
|
||||
"description": "Bare bones Promises/A+ implementation",
|
||||
"devDependencies": {
|
||||
"better-assert": "*",
|
||||
"mocha": "*",
|
||||
"promises-aplus-tests": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
|
||||
"tarball": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz"
|
||||
},
|
||||
"gitHead": "c627c0cc1f886ed3aa26edec97838ec9e7dd858b",
|
||||
"homepage": "https://github.com/then/promise",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "forbes@lindesay.co.uk",
|
||||
"name": "forbeslindesay"
|
||||
},
|
||||
{
|
||||
"email": "nathan@nathan7.eu",
|
||||
"name": "nathan7"
|
||||
}
|
||||
],
|
||||
"name": "promise",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/then/promise.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --timeout 200 --slow 99999",
|
||||
"test-extensions": "mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999",
|
||||
"test-resolve": "mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999"
|
||||
},
|
||||
"version": "6.1.0"
|
||||
}
|
Reference in New Issue
Block a user