| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "q@^1.1.2", |
| 3 | "_id": "q@1.5.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", |
| 6 | "_location": "/q", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "q@^1.1.2", |
| 12 | "name": "q", |
| 13 | "escapedName": "q", |
| 14 | "rawSpec": "^1.1.2", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.1.2" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/coa" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", |
| 22 | "_shasum": "7e32f75b41381291d04611f1bf14109ac00651d7", |
| 23 | "_spec": "q@^1.1.2", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\coa", |
| 25 | "author": { |
| 26 | "name": "Kris Kowal", |
| 27 | "email": "kris@cixar.com", |
| 28 | "url": "https://github.com/kriskowal" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "http://github.com/kriskowal/q/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "contributors": [ |
| 35 | { |
| 36 | "name": "Kris Kowal", |
| 37 | "email": "kris@cixar.com", |
| 38 | "url": "https://github.com/kriskowal" |
| 39 | }, |
| 40 | { |
| 41 | "name": "Irakli Gozalishvili", |
| 42 | "email": "rfobic@gmail.com", |
| 43 | "url": "http://jeditoolkit.com" |
| 44 | }, |
| 45 | { |
| 46 | "name": "Domenic Denicola", |
| 47 | "email": "domenic@domenicdenicola.com", |
| 48 | "url": "http://domenicdenicola.com" |
| 49 | } |
| 50 | ], |
| 51 | "dependencies": {}, |
| 52 | "deprecated": false, |
| 53 | "description": "A library for promises (CommonJS/Promises/A,B,D)", |
| 54 | "devDependencies": { |
| 55 | "cover": "*", |
| 56 | "grunt": "~0.4.1", |
| 57 | "grunt-cli": "~0.1.9", |
| 58 | "grunt-contrib-uglify": "~0.9.1", |
| 59 | "jasmine-node": "1.11.0", |
| 60 | "jshint": "~2.1.9", |
| 61 | "matcha": "~0.2.0", |
| 62 | "opener": "*", |
| 63 | "promises-aplus-tests": "1.x" |
| 64 | }, |
| 65 | "directories": { |
| 66 | "test": "./spec" |
| 67 | }, |
| 68 | "engines": { |
| 69 | "node": ">=0.6.0", |
| 70 | "teleport": ">=0.2.0" |
| 71 | }, |
| 72 | "files": [ |
| 73 | "LICENSE", |
| 74 | "q.js", |
| 75 | "queue.js" |
| 76 | ], |
| 77 | "homepage": "https://github.com/kriskowal/q", |
| 78 | "keywords": [ |
| 79 | "q", |
| 80 | "promise", |
| 81 | "promises", |
| 82 | "promises-a", |
| 83 | "promises-aplus", |
| 84 | "deferred", |
| 85 | "future", |
| 86 | "async", |
| 87 | "flow control", |
| 88 | "fluent", |
| 89 | "browser", |
| 90 | "node" |
| 91 | ], |
| 92 | "license": "MIT", |
| 93 | "main": "q.js", |
| 94 | "name": "q", |
| 95 | "overlay": { |
| 96 | "teleport": { |
| 97 | "dependencies": { |
| 98 | "system": ">=0.0.4" |
| 99 | } |
| 100 | } |
| 101 | }, |
| 102 | "repository": { |
| 103 | "type": "git", |
| 104 | "url": "git://github.com/kriskowal/q.git" |
| 105 | }, |
| 106 | "scripts": { |
| 107 | "benchmark": "matcha", |
| 108 | "cover": "cover run jasmine-node spec && cover report html && opener cover_html/index.html", |
| 109 | "lint": "jshint q.js", |
| 110 | "minify": "grunt", |
| 111 | "prepublish": "grunt", |
| 112 | "test": "npm ls -s && jasmine-node spec && promises-aplus-tests spec/aplus-adapter && npm run -s lint", |
| 113 | "test-browser": "opener spec/q-spec.html" |
| 114 | }, |
| 115 | "version": "1.5.1" |
| 116 | } |