odin/node_modules/node-http-xhr/package.json
2022-11-26 15:56:34 +01:00

55 lines
1.3 KiB
JSON

{
"name": "node-http-xhr",
"version": "1.3.4",
"description": "Node.js XMLHttpRequest implementation using http.request()",
"main": "lib/index.js",
"browser": "lib/browser.js",
"files": [
"lib"
],
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"doc": "jsdoc -c .jsdoc.json README.md lib test",
"lint": "eslint-godaddy-es5 lib test",
"test": "mocha test/**/*.test.js",
"prepare": "npm run test",
"cover": "istanbul cover _mocha -- test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspyrx/node-http-xhr.git"
},
"bugs": {
"url": "https://github.com/aspyrx/node-http-xhr/issues"
},
"homepage": "https://github.com/aspyrx/node-http-xhr#readme",
"keywords": [
"node",
"nodejs",
"http",
"https",
"xhr",
"xmlhttprequest",
"http.request",
"https.request",
"request"
],
"author": "Stan Zhang <stan.zhang2@gmail.com>",
"license": "ISC",
"devDependencies": {
"assume": "^1.5.1",
"assume-sinon": "^1.0.0",
"eslint": "^3.19.0",
"eslint-config-godaddy-es5": "^1.0.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-mocha": "^4.9.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4",
"mocha": "^3.4",
"nock": "^9.0.13",
"sinon": "^2.3.4"
}
}