forgeplus-react/node_modules/use-composed-ref/package.json

77 lines
2.2 KiB
JSON

{
"_args": [
[
"use-composed-ref@1.3.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_development": true,
"_from": "use-composed-ref@1.3.0",
"_id": "use-composed-ref@1.3.0",
"_inBundle": false,
"_integrity": "sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==",
"_location": "/use-composed-ref",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "use-composed-ref@1.3.0",
"name": "use-composed-ref",
"escapedName": "use-composed-ref",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/react-textarea-autosize"
],
"_resolved": "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"bugs": {
"url": "https://github.com/Andarist/use-composed-ref/issues"
},
"description": "React hook which creates a ref function from given refs. Useful when using forwardRef.",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-typescript": "^7.3.3",
"@types/react": "^16.8.8",
"husky": "^1.3.1",
"jest": "^24.5.0",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4",
"react": "^16.8.4",
"rimraf": "^2.6.3",
"rollup": "^1.6.0",
"rollup-plugin-babel": "^4.3.2",
"typescript": "^4.5.4"
},
"files": [
"dist",
"types"
],
"homepage": "https://github.com/Andarist/use-composed-ref#readme",
"license": "MIT",
"main": "./dist/use-composed-ref.cjs.js",
"module": "./dist/use-composed-ref.esm.js",
"name": "use-composed-ref",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andarist/use-composed-ref.git"
},
"scripts": {
"build": "rollup -c && tsc",
"prebuild": "rimraf dist types",
"prepare": "npm run build",
"preversion": "npm test",
"test": "echo \"Warning: no test specified\" || jest --env=node"
},
"types": "./types/index.d.ts",
"version": "1.3.0"
}