08-27-周三_17-09-29
This commit is contained in:
153
node_modules/q/package.json
generated
vendored
Normal file
153
node_modules/q/package.json
generated
vendored
Normal file
@@ -0,0 +1,153 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "q",
|
||||
"raw": "q@^1.1.2",
|
||||
"rawSpec": "^1.1.2",
|
||||
"scope": null,
|
||||
"spec": ">=1.1.2 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"F:\\tmp\\gitbook\\node_modules\\gitbook-plugin-styles-less"
|
||||
]
|
||||
],
|
||||
"_from": "q@>=1.1.2 <2.0.0",
|
||||
"_id": "q@1.5.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/q",
|
||||
"_nodeVersion": "0.10.32",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/q-1.5.1.tgz_1508435736930_0.7891315249726176"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "kris.kowal@cixar.com",
|
||||
"name": "kriskowal"
|
||||
},
|
||||
"_npmVersion": "2.14.2",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "q",
|
||||
"raw": "q@^1.1.2",
|
||||
"rawSpec": "^1.1.2",
|
||||
"scope": null,
|
||||
"spec": ">=1.1.2 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gitbook-plugin-styles-less"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
|
||||
"_shasum": "7e32f75b41381291d04611f1bf14109ac00651d7",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "q@^1.1.2",
|
||||
"_where": "F:\\tmp\\gitbook\\node_modules\\gitbook-plugin-styles-less",
|
||||
"author": {
|
||||
"email": "kris@cixar.com",
|
||||
"name": "Kris Kowal",
|
||||
"url": "https://github.com/kriskowal"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/kriskowal/q/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"email": "kris@cixar.com",
|
||||
"name": "Kris Kowal",
|
||||
"url": "https://github.com/kriskowal"
|
||||
},
|
||||
{
|
||||
"email": "rfobic@gmail.com",
|
||||
"name": "Irakli Gozalishvili",
|
||||
"url": "http://jeditoolkit.com"
|
||||
},
|
||||
{
|
||||
"email": "domenic@domenicdenicola.com",
|
||||
"name": "Domenic Denicola",
|
||||
"url": "http://domenicdenicola.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "A library for promises (CommonJS/Promises/A,B,D)",
|
||||
"devDependencies": {
|
||||
"cover": "*",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.9",
|
||||
"grunt-contrib-uglify": "~0.9.1",
|
||||
"jasmine-node": "1.11.0",
|
||||
"jshint": "~2.1.9",
|
||||
"matcha": "~0.2.0",
|
||||
"opener": "*",
|
||||
"promises-aplus-tests": "1.x"
|
||||
},
|
||||
"directories": {
|
||||
"test": "./spec"
|
||||
},
|
||||
"dist": {
|
||||
"shasum": "7e32f75b41381291d04611f1bf14109ac00651d7",
|
||||
"tarball": "https://registry.npmjs.org/q/-/q-1.5.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.6.0",
|
||||
"teleport": ">=0.2.0"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"q.js",
|
||||
"queue.js"
|
||||
],
|
||||
"gitHead": "c2f5a6f35456389a806acca50bfd929cbe30c4cb",
|
||||
"homepage": "https://github.com/kriskowal/q",
|
||||
"keywords": [
|
||||
"q",
|
||||
"promise",
|
||||
"promises",
|
||||
"promises-a",
|
||||
"promises-aplus",
|
||||
"deferred",
|
||||
"future",
|
||||
"async",
|
||||
"flow control",
|
||||
"fluent",
|
||||
"browser",
|
||||
"node"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "q.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "kris.kowal@cixar.com",
|
||||
"name": "kriskowal"
|
||||
},
|
||||
{
|
||||
"email": "domenic@domenicdenicola.com",
|
||||
"name": "domenic"
|
||||
}
|
||||
],
|
||||
"name": "q",
|
||||
"optionalDependencies": {},
|
||||
"overlay": {
|
||||
"teleport": {
|
||||
"dependencies": {
|
||||
"system": ">=0.0.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/kriskowal/q.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmark": "matcha",
|
||||
"cover": "cover run jasmine-node spec && cover report html && opener cover_html/index.html",
|
||||
"lint": "jshint q.js",
|
||||
"minify": "grunt",
|
||||
"prepublish": "grunt",
|
||||
"test": "npm ls -s && jasmine-node spec && promises-aplus-tests spec/aplus-adapter && npm run -s lint",
|
||||
"test-browser": "opener spec/q-spec.html"
|
||||
},
|
||||
"version": "1.5.1"
|
||||
}
|
Reference in New Issue
Block a user