commit
This commit is contained in:
parent
70e2f7a8aa
commit
008d2f30d7
675 changed files with 189892 additions and 0 deletions
55
node_modules/node-http-xhr/package.json
generated
vendored
Normal file
55
node_modules/node-http-xhr/package.json
generated
vendored
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue