package.json
1.35 KB
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
{
"_from": "cps@*",
"_id": "cps@1.0.2",
"_inBundle": false,
"_integrity": "sha1-LNCyXYDxCQljfghWrZumNM4E/x0=",
"_location": "/cps",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cps@*",
"name": "cps",
"escapedName": "cps",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/node-mysql"
],
"_resolved": "https://registry.npmjs.org/cps/-/cps-1.0.2.tgz",
"_shasum": "2cd0b25d80f10909637e0856ad9ba634ce04ff1d",
"_spec": "cps@*",
"_where": "C:\\Users\\junh\\Desktop\\매\\os-17-2-termproject-jun\\node_modules\\node-mysql",
"author": {
"name": "Chiyan Chen"
},
"bugs": {
"url": "https://github.com/redblaze/cps/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A continuation passing style library to help the coding of asynced programs in Javascript/Node.js.",
"homepage": "https://github.com/redblaze/cps#readme",
"jam": {
"main": "lib/cps.js",
"include": [
"lib/cps.js",
"README.md",
"LICENSE"
]
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/redblaze/cps/raw/master/LICENSE"
}
],
"main": "./lib/cps",
"name": "cps",
"repository": {
"type": "git",
"url": "git+https://github.com/redblaze/cps.git"
},
"version": "1.0.2"
}