xiaofu-ruoyi-vue/node_modules/watch-size/package.json

82 lines
2.1 KiB
JSON

{
"_from": "watch-size@^2.0.0",
"_id": "watch-size@2.0.0",
"_inBundle": false,
"_integrity": "sha512-M92R89dNoTPWyCD+HuUEDdhaDnh9jxPGOwlDc0u51jAgmjUvzqaEMynXSr3BaWs+QdHYk4KzibPy1TFtjLmOZQ==",
"_location": "/watch-size",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "watch-size@^2.0.0",
"name": "watch-size",
"escapedName": "watch-size",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@riophae/vue-treeselect"
],
"_resolved": "https://registry.npmmirror.com/watch-size/-/watch-size-2.0.0.tgz",
"_shasum": "096ee28d0365bd7ea03d9c8bf1f2f50a73be1474",
"_spec": "watch-size@^2.0.0",
"_where": "D:\\workspace\\ruoyi-vue-web\\node_modules\\@riophae\\vue-treeselect",
"author": {
"name": "Jonathan Neal",
"email": "jonathantneal@hotmail.com"
},
"bugs": {
"url": "https://github.com/jonathantneal/watch-size/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Watch the size changes of a DOM element",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-preset-env": "^1.7.0",
"eslint": "^5.2.0",
"eslint-config-dev": "^2.0.0",
"pre-commit": "^1.2.2",
"rollup": "^0.63.4",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-uglify-es": "0.0.1"
},
"eslintConfig": {
"extends": "dev",
"parser": "babel-eslint"
},
"files": [
"index.cjs.js",
"index.es.mjs"
],
"homepage": "https://github.com/jonathantneal/watch-size#readme",
"keywords": [
"dark",
"mode",
"modes",
"light",
"interface",
"css",
"media",
"query",
"queries"
],
"license": "CC0-1.0",
"main": "index.cjs.js",
"module": "index.es.mjs",
"name": "watch-size",
"repository": {
"type": "git",
"url": "git+https://github.com/jonathantneal/watch-size.git"
},
"scripts": {
"prepublishOnly": "npm test",
"pretest": "rollup -c .rollup.js --silent",
"test": "echo 'Running tests...'; npm run test:js",
"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet"
},
"version": "2.0.0"
}