芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/memoize-one/package.json
{ "_args": [ [ "memoize-one@5.2.1", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "memoize-one@5.2.1", "_id": "memoize-one@5.2.1", "_inBundle": false, "_integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==", "_location": "/memoize-one", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "memoize-one@5.2.1", "name": "memoize-one", "escapedName": "memoize-one", "rawSpec": "5.2.1", "saveSpec": null, "fetchSpec": "5.2.1" }, "_requiredBy": [ "/react-select" ], "_resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz", "_spec": "5.2.1", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Alex Reardon", "email": "alexreardon@gmail.com" }, "bugs": { "url": "https://github.com/alexreardon/memoize-one/issues" }, "config": { "prettier_target": "src/**/*.{ts,js,jsx,md,json} test/**/*.{ts,js,jsx,md,json}" }, "dependencies": {}, "description": "A memoization library which only remembers the latest invocation", "devDependencies": { "@size-limit/preset-small-lib": "^4.10.2", "@types/jest": "^26.0.22", "@types/lodash.isequal": "^4.5.5", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "benchmark": "^2.1.4", "cross-env": "^7.0.3", "eslint": "7.24.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-jest": "^24.3.5", "eslint-plugin-prettier": "^3.3.1", "jest": "^26.6.3", "lodash.isequal": "^4.5.0", "prettier": "2.2.1", "rimraf": "3.0.2", "rollup": "^2.45.1", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript": "^1.0.1", "size-limit": "^4.10.2", "ts-jest": "^26.5.4", "ts-node": "^9.1.1", "tslib": "^2.2.0", "typescript": "^4.2.4" }, "files": [ "/dist", "/src" ], "homepage": "https://github.com/alexreardon/memoize-one#readme", "keywords": [ "memoize", "memoization", "cache", "performance" ], "license": "MIT", "main": "dist/memoize-one.cjs.js", "module": "dist/memoize-one.esm.js", "name": "memoize-one", "repository": { "type": "git", "url": "git+https://github.com/alexreardon/memoize-one.git" }, "scripts": { "build": "yarn build:clean && yarn build:dist && yarn build:typescript && yarn build:flow", "build:clean": "rimraf dist", "build:dist": "rollup -c", "build:flow": "cp src/memoize-one.js.flow dist/memoize-one.cjs.js.flow", "build:typescript": "tsc ./src/memoize-one.ts --emitDeclarationOnly --declaration --outDir ./dist", "lint": "yarn lint:eslint && yarn prettier:check", "lint:eslint": "eslint $npm_package_config_prettier_target", "perf": "ts-node ./benchmarks/shallow-equal.ts", "prepublishOnly": "yarn build", "prettier:check": "yarn prettier --debug-check $npm_package_config_prettier_target", "prettier:write": "yarn prettier --write $npm_package_config_prettier_target", "test": "yarn jest", "test:size": "yarn build && size-limit", "typecheck": "yarn tsc --noEmit", "validate": "yarn lint && yarn typecheck" }, "sideEffects": false, "size-limit": [ { "path": "dist/memoize-one.min.js", "limit": "214B" }, { "path": "dist/memoize-one.js", "limit": "216B" }, { "path": "dist/memoize-one.cjs.js", "limit": "213B" }, { "path": "dist/memoize-one.esm.js", "limit": "218B" } ], "types": "dist/memoize-one.d.ts", "version": "5.2.1" }