You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.2 KiB
50 lines
1.2 KiB
{
|
|
"name": "xhr",
|
|
"version": "2.4.0",
|
|
"description": "small xhr abstraction",
|
|
"keywords": [
|
|
"xhr",
|
|
"http",
|
|
"xmlhttprequest",
|
|
"xhr2",
|
|
"browserify"
|
|
],
|
|
"author": "Raynos <raynos2@gmail.com>",
|
|
"repository": "git://github.com/naugtur/xhr.git",
|
|
"main": "index",
|
|
"homepage": "https://github.com/naugtur/xhr",
|
|
"contributors": [
|
|
{
|
|
"name": "Jake Verbaten"
|
|
},
|
|
{
|
|
"name": "Zbyszek Tenerowicz",
|
|
"email": "naugtur@gmail.com"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/naugtur/xhr/issues",
|
|
"email": "naugtur@gmail.com"
|
|
},
|
|
"dependencies": {
|
|
"global": "~4.3.0",
|
|
"is-function": "^1.0.1",
|
|
"parse-headers": "^2.0.0",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"for-each": "^0.3.2",
|
|
"pre-commit": "1.0.10",
|
|
"run-browser": "naugtur/run-browser",
|
|
"tap-spec": "^4.0.2",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "run-browser test/index.js -b -m test/mock-server.js | tap-spec",
|
|
"browser": "run-browser -m test/mock-server.js test/index.js"
|
|
},
|
|
"__npminstall_done": "Sun Apr 18 2021 11:11:02 GMT+0800 (中国标准时间)",
|
|
"_from": "xhr@2.4.0",
|
|
"_resolved": "https://registry.npm.taobao.org/xhr/download/xhr-2.4.0.tgz"
|
|
} |