koa-plugins/node_modules/fastcgi-client/package.json
2020-03-01 17:38:34 +01:00

56 lines
1.5 KiB
JSON

{
"_from": "fastcgi-client",
"_id": "fastcgi-client@0.0.1",
"_inBundle": false,
"_integrity": "sha1-EEbUL/LO4qmsA/6gRpWz73MRhhw=",
"_location": "/fastcgi-client",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "fastcgi-client",
"name": "fastcgi-client",
"escapedName": "fastcgi-client",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/fastcgi-client/-/fastcgi-client-0.0.1.tgz",
"_shasum": "1046d42ff2cee2a9ac03fea04695b3ef7311861c",
"_spec": "fastcgi-client",
"_where": "/home/dan/Documents/node-fw",
"author": {
"name": "LastLeaf",
"email": "bqfu@163.com"
},
"bugs": {
"url": "https://github.com/LastLeaf/node-fastcgi-client/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A FastCGI client implementation in Node.js, mainly designed for cummunication with PHP.",
"devDependencies": {
"istanbul": "~0.3.21",
"mocha": "^2.3.3"
},
"engines": {
"node": "^0.10.0 || ^4.0.0 || ^5.0.0"
},
"homepage": "https://github.com/LastLeaf/node-fastcgi-client",
"license": "MIT",
"name": "fastcgi-client",
"repository": {
"type": "git",
"url": "git+https://github.com/LastLeaf/node-fastcgi-client.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/.bin/_mocha -- -R spec",
"test": "mocha"
},
"version": "0.0.1"
}