芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@buffetjs/utils/package.json
{ "_args": [ [ "@buffetjs/utils@3.3.4", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "@buffetjs/utils@3.3.4", "_id": "@buffetjs/utils@3.3.4", "_inBundle": false, "_integrity": "sha512-65Z4wFrcjTsSHkVNCxhq0vHOAugct42hgkwcqGcDN42McX45cac0ul8lA6xzJmE5yaA1dzkflgYeFTERHZzjmw==", "_location": "/@buffetjs/utils", "_phantomChildren": { "@babel/runtime": "7.16.0", "synchronous-promise": "2.0.15", "toposort": "2.0.2" }, "_requested": { "type": "version", "registry": true, "raw": "@buffetjs/utils@3.3.4", "name": "@buffetjs/utils", "escapedName": "@buffetjs%2futils", "scope": "@buffetjs", "rawSpec": "3.3.4", "saveSpec": null, "fetchSpec": "3.3.4" }, "_requiredBy": [ "/@buffetjs/core", "/@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/utils/-/utils-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" }, "bundlesize": [ { "path": "build/bundle.production.js" } ], "dependencies": { "lodash": "4.17.20", "yup": "^0.27.0" }, "description": "Buffetjs Utils", "devDependencies": { "@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", "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", "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", "rimraf": "^3.0.2", "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", "license": "MIT", "main": "build", "module": "build/esm/index.js", "name": "@buffetjs/utils", "peerDependencies": { "lodash": "^4.17.20", "yup": "^0.27.0" }, "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": "yarn run test:lint", "test:lint": "eslint .", "test:lint:quiet": "eslint . --quiet" }, "version": "3.3.4" }