forgeplus-react/node_modules/element-resize-event/package.json

73 lines
2.0 KiB
JSON

{
"_args": [
[
"element-resize-event@3.0.6",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "element-resize-event@3.0.6",
"_id": "element-resize-event@3.0.6",
"_inBundle": false,
"_integrity": "sha512-sSeXY9rNDp86bJODW68pxLcy3A5FrPZfIgOrJHzqgYzX513Zq6/ytdBigp7KeJEpZZopBBSiO1cVuiRkZpNxLw==",
"_location": "/element-resize-event",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "element-resize-event@3.0.6",
"name": "element-resize-event",
"escapedName": "element-resize-event",
"rawSpec": "3.0.6",
"saveSpec": null,
"fetchSpec": "3.0.6"
},
"_requiredBy": [
"/rsuite",
"/rsuite-table"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/element-resize-event/-/element-resize-event-3.0.6.tgz",
"_spec": "3.0.6",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Kyle Mathews",
"email": "mathews.kyle@gmail.com"
},
"bugs": {
"url": "https://github.com/KyleAMathews/element-resize-event/issues"
},
"description": "Polyfill to make it easy to listen for element resize events",
"devDependencies": {
"browserify": "^8.1.3",
"eslint": "^2.10.2",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.0",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^2.3.0"
},
"homepage": "https://github.com/KyleAMathews/element-resize-event",
"keywords": [
"element queries",
"element-query",
"event",
"resize"
],
"license": "MIT",
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
},
"main": "index.js",
"name": "element-resize-event",
"repository": {
"type": "git",
"url": "git+https://github.com/KyleAMathews/element-resize-event.git"
},
"scripts": {
"prepare": "husky install",
"prettier": "prettier --write \"**/*.{md,css,scss,yaml,yml,js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.0.6"
}