forgeplus-react/node_modules/use-latest/package.json

77 lines
2.0 KiB
JSON

{
"_args": [
[
"use-latest@1.2.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_development": true,
"_from": "use-latest@1.2.1",
"_id": "use-latest@1.2.1",
"_inBundle": false,
"_integrity": "sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==",
"_location": "/use-latest",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "use-latest@1.2.1",
"name": "use-latest",
"escapedName": "use-latest",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/react-textarea-autosize"
],
"_resolved": "https://registry.npmjs.org/use-latest/-/use-latest-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"bugs": {
"url": "https://github.com/Andarist/use-latest/issues"
},
"dependencies": {
"use-isomorphic-layout-effect": "^1.1.1"
},
"description": "A React helper hook for storing latest value in ref object (updated in useEffect's callback).",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@preconstruct/cli": "^2.1.5",
"@types/react": "^18.0.6",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.6.2",
"react": "^18.0.0",
"typescript": "^4.6.3"
},
"files": [
"dist"
],
"homepage": "https://github.com/Andarist/use-latest#readme",
"license": "MIT",
"main": "dist/use-latest.cjs.js",
"module": "dist/use-latest.esm.js",
"name": "use-latest",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andarist/use-latest.git"
},
"scripts": {
"build": "preconstruct build",
"prepare": "npm run build",
"test": "echo \"Warning: no test specified\""
},
"version": "1.2.1"
}