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

101 lines
2.4 KiB
JSON

{
"_args": [
[
"etag@~1.7.0",
"/Users/alfiepates/src/invoicer/node_modules/express"
]
],
"_from": "etag@>=1.7.0 <1.8.0",
"_id": "etag@1.7.0",
"_inCache": true,
"_installable": true,
"_location": "/etag",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "etag",
"raw": "etag@~1.7.0",
"rawSpec": "~1.7.0",
"scope": null,
"spec": ">=1.7.0 <1.8.0",
"type": "range"
},
"_requiredBy": [
"/express",
"/send"
],
"_resolved": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz",
"_shasum": "03d30b5f67dd6e632d2945d30d6652731a34d5d8",
"_shrinkwrap": null,
"_spec": "etag@~1.7.0",
"_where": "/Users/alfiepates/src/invoicer/node_modules/express",
"bugs": {
"url": "https://github.com/jshttp/etag/issues"
},
"contributors": [
{
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
{
"email": "david.bjorklund@gmail.com",
"name": "David Björklund"
}
],
"dependencies": {},
"description": "Create simple ETags",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "1.0.0",
"istanbul": "0.3.14",
"mocha": "~1.21.4",
"seedrandom": "2.3.11"
},
"directories": {},
"dist": {
"shasum": "03d30b5f67dd6e632d2945d30d6652731a34d5d8",
"tarball": "http://localhost:4873/etag/-/etag-1.7.0.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"gitHead": "a511f5c8c930fd9546dbd88acb080f96bc788cfc",
"homepage": "https://github.com/jshttp/etag",
"keywords": [
"etag",
"http",
"res"
],
"license": "MIT",
"maintainers": [
{
"email": "doug@somethingdoug.com",
"name": "dougwilson"
}
],
"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.7.0"
}