2021-03-01 15:06:11 +08:00

84 lines
2.1 KiB
JSON

{
"_args": [
[
"http-assert@1.4.1",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "http-assert@1.4.1",
"_id": "http-assert@1.4.1",
"_inBundle": false,
"_integrity": "sha1-xfcl1neqfoc+9zYZm4lobM6zeHg=",
"_location": "/http-assert",
"_phantomChildren": {
"depd": "1.1.2",
"inherits": "2.0.4",
"setprototypeof": "1.1.1",
"statuses": "1.5.0",
"toidentifier": "1.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "http-assert@1.4.1",
"name": "http-assert",
"escapedName": "http-assert",
"rawSpec": "1.4.1",
"saveSpec": null,
"fetchSpec": "1.4.1"
},
"_requiredBy": [
"/koa"
],
"_resolved": "http://192.168.250.101:4873/http-assert/-/http-assert-1.4.1.tgz",
"_spec": "1.4.1",
"_where": "J:\\Github\\CURD-TS",
"bugs": {
"url": "https://github.com/jshttp/http-assert/issues"
},
"dependencies": {
"deep-equal": "~1.0.1",
"http-errors": "~1.7.2"
},
"description": "assert with status codes",
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-markdown": "1.0.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"istanbul": "0.4.5",
"mocha": "6.1.4"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"homepage": "https://github.com/jshttp/http-assert#readme",
"keywords": [
"assert",
"http"
],
"license": "MIT",
"name": "http-assert",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/http-assert.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"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.4.1"
}