UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

149 lines (148 loc) 3.37 kB
{ "_args": [ [ { "raw": "q@1.0.1", "scope": null, "escapedName": "q", "name": "q", "rawSpec": "1.0.1", "spec": "1.0.1", "type": "version" }, "/home/jthoms1/Workspace/ionic-cli-v2" ] ], "_from": "q@1.0.1", "_id": "q@1.0.1", "_inCache": true, "_location": "/q", "_npmUser": { "name": "kriskowal", "email": "kris.kowal@cixar.com" }, "_npmVersion": "1.4.4", "_phantomChildren": {}, "_requested": { "raw": "q@1.0.1", "scope": null, "escapedName": "q", "name": "q", "rawSpec": "1.0.1", "spec": "1.0.1", "type": "version" }, "_requiredBy": [ "/", "/cordova-lib", "/ionic-app-lib" ], "_resolved": "https://registry.npmjs.org/q/-/q-1.0.1.tgz", "_shasum": "11872aeedee89268110b10a718448ffb10112a14", "_shrinkwrap": null, "_spec": "q@1.0.1", "_where": "/home/jthoms1/Workspace/ionic-cli-v2", "author": { "name": "Kris Kowal", "email": "kris@cixar.com", "url": "https://github.com/kriskowal" }, "bugs": { "url": "http://github.com/kriskowal/q/issues" }, "contributors": [ { "name": "Kris Kowal", "email": "kris@cixar.com", "url": "https://github.com/kriskowal" }, { "name": "Irakli Gozalishvili", "email": "rfobic@gmail.com", "url": "http://jeditoolkit.com" }, { "name": "Domenic Denicola", "email": "domenic@domenicdenicola.com", "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": { "shasum": "11872aeedee89268110b10a718448ffb10112a14", "tarball": "https://registry.npmjs.org/q/-/q-1.0.1.tgz" }, "engines": { "node": ">=0.6.0", "teleport": ">=0.2.0" }, "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": [ { "name": "kriskowal", "email": "kris.kowal@cixar.com" }, { "name": "domenic", "email": "domenic@domenicdenicola.com" } ], "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.0.1" }