You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

109 lines
2.6 KiB

{
"_args": [
[
{
"raw": "etag@~1.5.0",
"scope": null,
"escapedName": "etag",
"name": "etag",
"rawSpec": "~1.5.0",
"spec": ">=1.5.0 <1.6.0",
"type": "range"
},
"/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
]
],
"_from": "etag@>=1.5.0 <1.6.0",
"_id": "etag@1.5.1",
"_inCache": true,
"_location": "/etag",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"raw": "etag@~1.5.0",
"scope": null,
"escapedName": "etag",
"name": "etag",
"rawSpec": "~1.5.0",
"spec": ">=1.5.0 <1.6.0",
"type": "range"
},
"_requiredBy": [
"/express",
"/send"
],
"_resolved": "https://registry.npmjs.org/etag/-/etag-1.5.1.tgz",
"_shasum": "54c50de04ee42695562925ac566588291be7e9ea",
"_shrinkwrap": null,
"_spec": "etag@~1.5.0",
"_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
"bugs": {
"url": "https://github.com/jshttp/etag/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "David Björklund",
"email": "david.bjorklund@gmail.com"
}
],
"dependencies": {
"crc": "3.2.1"
},
"description": "Create simple ETags",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "1.0.0",
"istanbul": "0.3.2",
"mocha": "~1.21.4",
"seedrandom": "~2.3.6"
},
"directories": {},
"dist": {
"shasum": "54c50de04ee42695562925ac566588291be7e9ea",
"tarball": "https://registry.npmjs.org/etag/-/etag-1.5.1.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"gitHead": "27335e2265388109e50a9f037452081dc8a8260f",
"homepage": "https://github.com/jshttp/etag",
"keywords": [
"etag",
"http",
"res"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "etag",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/etag.git"
},
"scripts": {
"bench": "node benchmark/index.js",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.5.1"
}