72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@ahooksjs/use-request@2.8.15",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "@ahooksjs/use-request@2.8.15",
|
|
"_id": "@ahooksjs/use-request@2.8.15",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xhVaM4fyIiAMdVFuuU5i3CFUdFa/IblF+fvITVMFaUEO3w/V5tVCAF6WIA3T03n1/RPuzRkA7Ao1PFtSGtGelw==",
|
|
"_location": "/@ahooksjs/use-request",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@ahooksjs/use-request@2.8.15",
|
|
"name": "@ahooksjs/use-request",
|
|
"escapedName": "@ahooksjs%2fuse-request",
|
|
"scope": "@ahooksjs",
|
|
"rawSpec": "2.8.15",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.8.15"
|
|
},
|
|
"_requiredBy": [
|
|
"/ahooks"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@ahooksjs/use-request/-/use-request-2.8.15.tgz",
|
|
"_spec": "2.8.15",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"bugs": {
|
|
"url": "https://github.com/alibaba/hooks/issues"
|
|
},
|
|
"dependencies": {
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.throttle": "^4.1.1"
|
|
},
|
|
"description": "React Hooks for fetching, caching and updating asynchronous data",
|
|
"devDependencies": {
|
|
"axios": "^0.21.1",
|
|
"umi-request": "^1.2.17"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"es",
|
|
"package.json"
|
|
],
|
|
"gitHead": "b5ff724e5f4c9d83a21f531f3dab5824444fda80",
|
|
"homepage": "https://github.com/alibaba/hooks",
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./es/index.js",
|
|
"name": "@ahooksjs/use-request",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alibaba/hooks.git"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp && webpack-cli"
|
|
},
|
|
"types": "./lib/index.d.ts",
|
|
"unpkg": "dist/ahooks-use-request.js",
|
|
"version": "2.8.15"
|
|
}
|