UNPKG

motion

Version:

motion - moving development forward

102 lines (101 loc) 2.47 kB
{ "_args": [ [ "etag@~1.5.1", "/Users/nw/motion/packages/motion/node_modules/express" ] ], "_from": "etag@>=1.5.1 <1.6.0", "_id": "etag@1.5.1", "_inCache": true, "_installable": true, "_location": "/etag", "_npmUser": { "email": "doug@somethingdoug.com", "name": "dougwilson" }, "_npmVersion": "1.4.21", "_phantomChildren": {}, "_requested": { "name": "etag", "raw": "etag@~1.5.1", "rawSpec": "~1.5.1", "scope": null, "spec": ">=1.5.1 <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.1", "_where": "/Users/nw/motion/packages/motion/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": "http://registry.npmjs.org/etag/-/etag-1.5.1.tgz" }, "engines": { "node": ">= 0.6" }, "files": [ "HISTORY.md", "LICENSE", "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" }