85 lines
1.8 KiB
JSON
85 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"reqwest@2.0.5",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "reqwest@2.0.5",
|
|
"_id": "reqwest@2.0.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-APsVrEkYxBnKgrQ/JMeIguZgOaE=",
|
|
"_location": "/reqwest",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "reqwest@2.0.5",
|
|
"name": "reqwest",
|
|
"escapedName": "reqwest",
|
|
"rawSpec": "2.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/reqwest/-/reqwest-2.0.5.tgz",
|
|
"_spec": "2.0.5",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Dustin Diaz",
|
|
"email": "dustin@dustindiaz.com",
|
|
"url": "http://dustindiaz.com"
|
|
},
|
|
"browser": {
|
|
"xhr2": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ded/reqwest/issues"
|
|
},
|
|
"description": "A wrapper for asynchronous http requests",
|
|
"devDependencies": {
|
|
"bump": "0.2.3",
|
|
"connect": "1.8.x",
|
|
"delayed-stream": "0.0.5",
|
|
"dispatch": "0.x.x",
|
|
"mime": "1.x.x",
|
|
"sink-test": ">=0.1.2",
|
|
"smoosh": "0.4.0",
|
|
"valentine": ">=1.4.7"
|
|
},
|
|
"ender": "./src/ender.js",
|
|
"homepage": "https://github.com/ded/reqwest",
|
|
"keywords": [
|
|
"ender",
|
|
"ajax",
|
|
"xhr",
|
|
"connection",
|
|
"web 2.0",
|
|
"async",
|
|
"sync"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./reqwest.js",
|
|
"name": "reqwest",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ded/reqwest.git"
|
|
},
|
|
"scripts": {
|
|
"boosh": "smoosh make ./build.json",
|
|
"test": "node ./test.js"
|
|
},
|
|
"spm": {
|
|
"main": "reqwest.js",
|
|
"ignore": [
|
|
"vendor",
|
|
"test",
|
|
"make"
|
|
]
|
|
},
|
|
"version": "2.0.5"
|
|
}
|