PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/should-http
Просмотр файла: package.json
{
"name": "should-http",
"version": "0.1.1",
"description": "Http requests, response assertions for should.js",
"main": "index.js",
"browser": "index-browser.js",
"scripts": {
"test": "mocha --reporter mocha-better-spec-reporter test/**.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/shouldjs/http.git"
},
"keywords": [
"should",
"should.js",
"http"
],
"author": "TJ Holowaychuk <tj@vision-media.ca> and contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/shouldjs/http/issues"
},
"homepage": "https://github.com/shouldjs/http",
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-shouldjs": "^1.0.2",
"mocha": "latest",
"mocha-better-spec-reporter": "latest",
"should": "latest"
},
"peerDependencies": {
"should": ">= 4.x"
},
"dependencies": {
"content-type": "^1.0.2"
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!