Files
2019-01-25 17:01:52 +08:00

60 lines
1.5 KiB
JSON

{
"_from": "simple-ajax@^2.1.0",
"_id": "simple-ajax@2.6.0",
"_inBundle": false,
"_integrity": "sha1-ApSdYbXZqqk4KdflwPCmMnkp4UQ=",
"_location": "/simple-ajax",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "simple-ajax@^2.1.0",
"name": "simple-ajax",
"escapedName": "simple-ajax",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/simple-ajax/-/simple-ajax-2.6.0.tgz",
"_shasum": "02949d61b5d9aaa93829d7e5c0f0a6327929e144",
"_spec": "simple-ajax@^2.1.0",
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector",
"author": {
"name": "Maurice Butler",
"email": "maurice.butler@gmail.com"
},
"bugs": {
"url": "https://github.com/MauriceButler/simple-ajax/issues"
},
"bundleDependencies": false,
"dependencies": {
"query-string": "^1.0.0"
},
"deprecated": false,
"description": "Simple ajax module",
"devDependencies": {
"tape": "^4.5.1"
},
"homepage": "https://github.com/MauriceButler/simple-ajax",
"keywords": [
"ajax",
"xhr",
"simple"
],
"license": "MIT",
"main": "index.js",
"name": "simple-ajax",
"repository": {
"type": "git",
"url": "git://github.com/MauriceButler/simple-ajax.git"
},
"scripts": {
"test": "browserify tests/index.js -d > tests/index.browser.js; google-chrome ./tests/index.html",
"watchTest": "watchify tests/index.js -d -o tests/index.browser.js"
},
"version": "2.6.0"
}