Initial commit
This commit is contained in:
56
node_modules/cps/package.json
generated
vendored
Normal file
56
node_modules/cps/package.json
generated
vendored
Normal file
@ -0,0 +1,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": "E:\\IntellijProjects\\woam-antispam-bot\\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"
|
||||
}
|
Reference in New Issue
Block a user