芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@buffetjs/core/package.json
{ "_args": [ [ "@buffetjs/core@3.3.4", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "@buffetjs/core@3.3.4", "_id": "@buffetjs/core@3.3.4", "_inBundle": false, "_integrity": "sha512-KxxmkXjgRvkqVwW959Ie2BWRYAPtQQbPXYLMZ7tr0KmNs3Eug6ifahiVSw5izcjGSTWnnuA45MOVxWq7EP9D3w==", "_location": "/@buffetjs/core", "_phantomChildren": { "@babel/runtime": "7.16.0", "classnames": "2.3.1", "dom-helpers": "3.4.0", "loose-envify": "1.4.0", "prop-types": "15.7.2", "react-lifecycles-compat": "3.0.4", "react-popper": "1.3.11" }, "_requested": { "type": "version", "registry": true, "raw": "@buffetjs/core@3.3.4", "name": "@buffetjs/core", "escapedName": "@buffetjs%2fcore", "scope": "@buffetjs", "rawSpec": "3.3.4", "saveSpec": null, "fetchSpec": "3.3.4" }, "_requiredBy": [ "/@buffetjs/custom", "/strapi-admin", "/strapi-helper-plugin", "/strapi-plugin-content-manager", "/strapi-plugin-content-type-builder", "/strapi-plugin-documentation", "/strapi-plugin-upload", "/strapi-plugin-users-permissions" ], "_resolved": "https://registry.npmjs.org/@buffetjs/core/-/core-3.3.4.tgz", "_spec": "3.3.4", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Strapi team" }, "bugs": { "url": "https://github.com/strapi/buffet/issues" }, "dependencies": { "@buffetjs/hooks": "3.3.4", "@buffetjs/icons": "3.3.4", "@buffetjs/styles": "3.3.4", "@buffetjs/utils": "3.3.4", "@fortawesome/fontawesome-svg-core": "^1.2.25", "@fortawesome/free-regular-svg-icons": "^5.11.2", "@fortawesome/free-solid-svg-icons": "^5.11.2", "@fortawesome/react-fontawesome": "^0.1.4", "invariant": "^2.2.4", "lodash": "4.17.20", "moment": "^2.24.0", "prop-types": "^15.7.2", "rc-input-number": "^4.5.0", "react-dates": "^21.5.1", "react-moment-proptypes": "^1.7.0", "react-router-dom": "^5.2.0", "react-with-direction": "^1.3.1", "reactstrap": "^8.5.1" }, "description": "Buffetjs Core Components", "devDependencies": { "@babel/cli": "^7.1.5", "@babel/core": "^7.1.6", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-bind": "^7.0.0", "@babel/plugin-transform-flow-strip-types": "^7.1.6", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.1.6", "@babel/preset-flow": "^7.0.0", "@babel/preset-react": "^7.0.0", "@testing-library/jest-dom": "^5.1.1", "@testing-library/react": "^9.4.0", "@testing-library/react-hooks": "^3.2.1", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-loader": "^8.0.4", "babel-plugin-module-resolver": "3.0.0", "bundlesize": "^0.17.0", "cross-env": "^5.1.4", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "enzyme-to-json": "^3.5.0", "eslint": "^7.5.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-prettier": "^6.11.0", "eslint-import-resolver-lerna": "^1.1.0", "eslint-import-resolver-webpack": "^0.12.2", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^23.19.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.20.5", "eslint-plugin-react-hooks": "^4.0.8", "jest-styled-components": "^7.0.0", "mini-css-extract-plugin": "^0.4.0", "react-dom": "^16.8.6", "react-test-renderer": "^16.13.1", "rimraf": "^3.0.2", "stylelint": "^13.6.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-rational-order": "^0.1.2", "stylelint-config-standard": "^20.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "url-loader": "^1.0.1", "webpack": "^4.44.0", "webpack-bundle-analyzer": "^3.8.0", "webpack-cli": "^3.3.12" }, "gitHead": "5a5effc1a4411bed3fc2b841375759ac24d901d8", "homepage": "https://github.com/strapi/buffet#readme", "keywords": [ "Buffetjs", "React" ], "license": "MIT", "main": "build", "module": "build/esm/index.js", "name": "@buffetjs/core", "peerDependencies": { "lodash": "^4.17.20", "react": "^16.9.0", "react-dom": "^16.8.6", "styled-components": "^5.0.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/strapi/buffet.git" }, "scripts": { "build": "yarn build:development && yarn build:production && yarn build:esm && yarn create:index", "build:analyze": "cross-env NODE_ENV=production webpack-cli --json > build/stats.production.json && webpack-bundle-analyzer build/stats.production.json", "build:development": "cross-env NODE_ENV=development webpack-cli", "build:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" ", "build:production": "cross-env NODE_ENV=production webpack-cli", "build:watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w ", "build:watch:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" --watch", "create:index": "node ./createBuildIndex.js", "lint:fix": "eslint . --fix", "prebuild": "rimraf build", "prepublishOnly": "npm run build", "test": "cross-env NODE_ENV=development yarn test:lint && yarn test:style && yarn test:jest", "test:jest": "jest --runInBand --no-cache --config=jest.config.js", "test:jest:update": "jest --runInBand --no-cache --config=jest.config.js -u", "test:jest:watch": "jest --config=jest.config.js --watchAll", "test:lint": "eslint .", "test:lint:quiet": "eslint . --quiet", "test:prettier": "echo \"Error: no test specified\"", "test:prettiers": "prettier-check \"**/*.js\"", "test:style": "stylelint src/components/**/*.js", "test:style:quiet": "stylelint src/components/**/*.js --quiet" }, "sideEffects": [ "*.css" ], "version": "3.3.4" }