Files
Cloud-book/node_modules/gitbook-plugin-mermaid/node_modules/q/package.json
2025-08-27 17:10:05 +08:00

159 lines
3.7 KiB
JSON

{
"_args": [
[
{
"name": "q",
"raw": "q@1.1.2",
"rawSpec": "1.1.2",
"scope": null,
"spec": "1.1.2",
"type": "version"
},
"/root/gitbook/node_modules/gitbook-plugin-mermaid"
]
],
"_from": "q@1.1.2",
"_id": "q@1.1.2",
"_inCache": true,
"_installable": true,
"_location": "/gitbook-plugin-mermaid/q",
"_npmUser": {
"email": "kris.kowal@cixar.com",
"name": "kriskowal"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"name": "q",
"raw": "q@1.1.2",
"rawSpec": "1.1.2",
"scope": null,
"spec": "1.1.2",
"type": "version"
},
"_requiredBy": [
"/gitbook-plugin-mermaid"
],
"_resolved": "https://registry.npmjs.org/q/-/q-1.1.2.tgz",
"_shasum": "6357e291206701d99f197ab84e57e8ad196f2a89",
"_shrinkwrap": null,
"_spec": "q@1.1.2",
"_where": "/root/gitbook/node_modules/gitbook-plugin-mermaid",
"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.2.2",
"jasmine-node": "1.11.0",
"jshint": "~2.1.9",
"matcha": "~0.2.0",
"opener": "*",
"promises-aplus-tests": "1.x"
},
"directories": {
"test": "./spec"
},
"dist": {
"integrity": "sha512-ROtylwux7Vkc4C07oKE/ReigUmb33kVoLtcR4SJ1QVqwaZkBEDL3vX4/kwFzIERQ5PfCl0XafbU8u2YUhyGgVA==",
"shasum": "6357e291206701d99f197ab84e57e8ad196f2a89",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEQCICgpdF05EUgVip1I82A6EAJHo3uAx9Hq+7GXWmkuoiPMAiBj80cG5inBFnW6zb4lrl7u3xa3bN0m1Htmhk/4qqGFtg=="
}
],
"tarball": "https://registry.npmjs.org/q/-/q-1.1.2.tgz"
},
"engines": {
"node": ">=0.6.0",
"teleport": ">=0.2.0"
},
"files": [
"LICENSE",
"q.js",
"queue.js"
],
"gitHead": "3159ac47c46cb7e2200191736ca430a011615523",
"homepage": "https://github.com/kriskowal/q",
"keywords": [
"q",
"promise",
"promises",
"promises-a",
"promises-aplus",
"deferred",
"future",
"async",
"flow control",
"fluent",
"browser",
"node"
],
"license": {
"type": "MIT",
"url": "http://github.com/kriskowal/q/raw/master/LICENSE"
},
"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 node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html",
"lint": "jshint q.js",
"minify": "grunt",
"prepublish": "grunt",
"test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter",
"test-browser": "opener spec/q-spec.html"
},
"version": "1.1.2"
}