Initial commit
This commit is contained in:
120
node_modules/use-callback-ref/package.json
generated
vendored
Normal file
120
node_modules/use-callback-ref/package.json
generated
vendored
Normal file
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"_from": "use-callback-ref@^1.3.3",
|
||||
"_id": "use-callback-ref@1.3.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
|
||||
"_location": "/use-callback-ref",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "use-callback-ref@^1.3.3",
|
||||
"name": "use-callback-ref",
|
||||
"escapedName": "use-callback-ref",
|
||||
"rawSpec": "^1.3.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.3.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/react-remove-scroll"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
|
||||
"_shasum": "98d9fab067075841c5b2c6852090d5d0feabe2bf",
|
||||
"_spec": "use-callback-ref@^1.3.3",
|
||||
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/react-remove-scroll",
|
||||
"author": {
|
||||
"name": "theKashey",
|
||||
"email": "thekashey@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/theKashey/use-callback-ref/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"tslib": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "The same useRef, but with callback",
|
||||
"devDependencies": {
|
||||
"@size-limit/preset-small-lib": "^11.0.2",
|
||||
"@testing-library/jest-dom": "^6.1.5",
|
||||
"@testing-library/react": "^14.1.2",
|
||||
"@theuiteam/lib-builder": "^0.3.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"size-limit": "^11.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/theKashey/use-callback-ref#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"jsnext:main": "dist/es2015/index.js",
|
||||
"keywords": [
|
||||
"react",
|
||||
"hook",
|
||||
"useRef",
|
||||
"createRef",
|
||||
"merge refs"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx}": [
|
||||
"prettier --write",
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
],
|
||||
"*.{js,css,json,md}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "dist/es5/index.js",
|
||||
"module": "dist/es2015/index.js",
|
||||
"module:es2019": "dist/es2019/index.js",
|
||||
"name": "use-callback-ref",
|
||||
"peerDependencies": {
|
||||
"@types/react": "*",
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@types/react": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 120,
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": true
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/theKashey/use-callback-ref.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "lib-builder build && yarn size:report",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
||||
"changelog:rewrite": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"dev": "lib-builder dev",
|
||||
"format": "lib-builder format",
|
||||
"lint": "lib-builder lint",
|
||||
"prepublish": "yarn build && yarn changelog",
|
||||
"release": "yarn build && yarn test",
|
||||
"size": "npx size-limit",
|
||||
"size:report": "npx size-limit --json > .size.json",
|
||||
"test": "jest",
|
||||
"test:ci": "jest --runInBand --coverage",
|
||||
"update": "lib-builder update"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"types": "dist/es5/index.d.ts",
|
||||
"version": "1.3.3"
|
||||
}
|
||||
Reference in New Issue
Block a user