1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
| {
| "_from": "q@^1.1.2",
| "_id": "q@1.5.1",
| "_inBundle": false,
| "_integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
| "_location": "/q",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "q@^1.1.2",
| "name": "q",
| "escapedName": "q",
| "rawSpec": "^1.1.2",
| "saveSpec": null,
| "fetchSpec": "^1.1.2"
| },
| "_requiredBy": [
| "/coa"
| ],
| "_resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
| "_shasum": "7e32f75b41381291d04611f1bf14109ac00651d7",
| "_spec": "q@^1.1.2",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\coa",
| "author": {
| "name": "Kris Kowal",
| "email": "kris@cixar.com",
| "url": "https://github.com/kriskowal"
| },
| "bugs": {
| "url": "http://github.com/kriskowal/q/issues"
| },
| "bundleDependencies": false,
| "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": {},
| "deprecated": false,
| "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"
| },
| "engines": {
| "node": ">=0.6.0",
| "teleport": ">=0.2.0"
| },
| "files": [
| "LICENSE",
| "q.js",
| "queue.js"
| ],
| "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",
| "name": "q",
| "overlay": {
| "teleport": {
| "dependencies": {
| "system": ">=0.0.4"
| }
| }
| },
| "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"
| }
|
|