mirror of https://gitee.com/bigwinds/arangodb
85 lines
2.1 KiB
JSON
85 lines
2.1 KiB
JSON
{
|
|
"name": "statuses",
|
|
"description": "HTTP status utility",
|
|
"version": "1.2.1",
|
|
"author": {
|
|
"name": "Jonathan Ong",
|
|
"email": "me@jongleberry.com",
|
|
"url": "http://jongleberry.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jshttp/statuses.git"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"http",
|
|
"status",
|
|
"code"
|
|
],
|
|
"files": [
|
|
"index.js",
|
|
"codes.json",
|
|
"LICENSE"
|
|
],
|
|
"devDependencies": {
|
|
"csv-parse": "0.0.6",
|
|
"istanbul": "0",
|
|
"mocha": "1",
|
|
"stream-to-array": "2"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build.js",
|
|
"update": "node scripts/update.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"
|
|
},
|
|
"gitHead": "49e6ac7ae4c63ee8186f56cb52112a7eeda28ed7",
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/statuses/issues"
|
|
},
|
|
"homepage": "https://github.com/jshttp/statuses",
|
|
"_id": "statuses@1.2.1",
|
|
"_shasum": "dded45cc18256d51ed40aec142489d5c61026d28",
|
|
"_from": "statuses@*",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "jongleberry",
|
|
"email": "jonathanrichardong@gmail.com"
|
|
},
|
|
{
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "shtylman",
|
|
"email": "shtylman@gmail.com"
|
|
},
|
|
{
|
|
"name": "mscdex",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
{
|
|
"name": "fishrock123",
|
|
"email": "fishrock123@rocketmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "dded45cc18256d51ed40aec142489d5c61026d28",
|
|
"tarball": "http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|