blob: be73e000bb98e3bf0368d9cd682fd9e255aebc26 [file] [log] [blame]
{
"_args": [
[
{
"name": "q",
"raw": "q@1.4.1",
"rawSpec": "1.4.1",
"scope": null,
"spec": "1.4.1",
"type": "version"
},
"/Users/ctran/cordova/cordova-lib/cordova-create/node_modules/dependency-ls"
]
],
"_from": "q@1.4.1",
"_id": "q@1.4.1",
"_inCache": true,
"_installable": true,
"_location": "/dependency-ls/q",
"_nodeVersion": "1.8.1",
"_npmUser": {
"email": "kris.kowal@cixar.com",
"name": "kriskowal"
},
"_npmVersion": "2.8.3",
"_phantomChildren": {},
"_requested": {
"name": "q",
"raw": "q@1.4.1",
"rawSpec": "1.4.1",
"scope": null,
"spec": "1.4.1",
"type": "version"
},
"_requiredBy": [
"/dependency-ls"
],
"_resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz",
"_shasum": "55705bcd93c5f3673530c2c2cbc0c2b3addc286e",
"_shrinkwrap": null,
"_spec": "q@1.4.1",
"_where": "/Users/ctran/cordova/cordova-lib/cordova-create/node_modules/dependency-ls",
"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": "55705bcd93c5f3673530c2c2cbc0c2b3addc286e",
"tarball": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
},
"engines": {
"node": ">=0.6.0",
"teleport": ">=0.2.0"
},
"files": [
"LICENSE",
"q.js",
"queue.js"
],
"gitHead": "d373079d3620152e3d60e82f27265a09ee0e81bd",
"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 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.4.1"
}