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.

112 lines
2.7 KiB
JSON

{
"_args": [
[
"statuses@~1.2.1",
"/Users/alfiepates/src/invoicer/node_modules/send"
]
],
"_from": "statuses@>=1.2.1 <1.3.0",
"_id": "statuses@1.2.1",
"_inCache": true,
"_installable": true,
"_location": "/statuses",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "statuses",
"raw": "statuses@~1.2.1",
"rawSpec": "~1.2.1",
"scope": null,
"spec": ">=1.2.1 <1.3.0",
"type": "range"
},
"_requiredBy": [
"/http-errors",
"/send"
],
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz",
"_shasum": "dded45cc18256d51ed40aec142489d5c61026d28",
"_shrinkwrap": null,
"_spec": "statuses@~1.2.1",
"_where": "/Users/alfiepates/src/invoicer/node_modules/send",
"author": {
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/jshttp/statuses/issues"
},
"dependencies": {},
"description": "HTTP status utility",
"devDependencies": {
"csv-parse": "0.0.6",
"istanbul": "0",
"mocha": "1",
"stream-to-array": "2"
},
"directories": {},
"dist": {
"shasum": "dded45cc18256d51ed40aec142489d5c61026d28",
"tarball": "http://localhost:4873/statuses/-/statuses-1.2.1.tgz"
},
"files": [
"index.js",
"codes.json",
"LICENSE"
],
"gitHead": "49e6ac7ae4c63ee8186f56cb52112a7eeda28ed7",
"homepage": "https://github.com/jshttp/statuses",
"keywords": [
"http",
"status",
"code"
],
"license": "MIT",
"maintainers": [
{
"email": "jonathanrichardong@gmail.com",
"name": "jongleberry"
},
{
"email": "tj@vision-media.ca",
"name": "tjholowaychuk"
},
{
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
{
"email": "shtylman@gmail.com",
"name": "shtylman"
},
{
"email": "mscdex@mscdex.net",
"name": "mscdex"
},
{
"email": "fishrock123@rocketmail.com",
"name": "fishrock123"
}
],
"name": "statuses",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/statuses.git"
},
"scripts": {
"build": "node scripts/build.js",
"test": "mocha --reporter spec --bail --check-leaks",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks",
"update": "node scripts/update.js"
},
"version": "1.2.1"
}