backoffice/node_modules/ware/package.json

67 lines
1.3 KiB
JSON

{
"_args": [
[
"ware@1.3.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "ware@1.3.0",
"_id": "ware@1.3.0",
"_inBundle": false,
"_integrity": "sha1-0bFPOdLiy0q4xAmPdW/ksWTkc9Q=",
"_location": "/ware",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ware@1.3.0",
"name": "ware",
"escapedName": "ware",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/download"
],
"_resolved": "https://registry.npmjs.org/ware/-/ware-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "C:\\wamp64\\www\\ilink",
"bugs": {
"url": "https://github.com/segmentio/ware/issues"
},
"dependencies": {
"wrap-fn": "^0.1.0"
},
"description": "Easily create your own middleware layer.",
"devDependencies": {
"co": "^3.1.0",
"co-mocha": "^1.0.0",
"gnode": "0.0.8",
"mocha": "^1.21.4"
},
"files": [
"lib"
],
"homepage": "https://github.com/segmentio/ware#readme",
"keywords": [
"compose",
"connect",
"express",
"layer",
"middleware"
],
"license": "MIT",
"main": "lib/index.js",
"name": "ware",
"repository": {
"type": "git",
"url": "git://github.com/segmentio/ware.git"
},
"scripts": {
"test": "make test"
},
"version": "1.3.0"
}