%PDF- %PDF-
Direktori : /data/old/usr/lib/node_modules/hexo/node_modules/moize/ |
Current File : //data/old/usr/lib/node_modules/hexo/node_modules/moize/package.json |
{ "_from": "moize@^6.1.0", "_id": "moize@6.1.3", "_inBundle": false, "_integrity": "sha512-Cn+1T5Ypieeo46fn8X98V2gHj2VSRohVPjvT8BRvNANJJC3UOeege/G84xA/3S9c5qA4p9jOdSB1jfhumwe8qw==", "_location": "/hexo/moize", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "moize@^6.1.0", "name": "moize", "escapedName": "moize", "rawSpec": "^6.1.0", "saveSpec": null, "fetchSpec": "^6.1.0" }, "_requiredBy": [ "/hexo" ], "_resolved": "https://registry.npmjs.org/moize/-/moize-6.1.3.tgz", "_shasum": "2e188a5ee02e4e3c06beaab39a4a3c92f92dd9aa", "_spec": "moize@^6.1.0", "_where": "/usr/lib/node_modules/hexo", "author": { "name": "planttheidea" }, "browser": "dist/moize.js", "browserslist": [ "defaults", "Explorer >= 9", "Safari >= 6", "Opera >= 15", "iOS >= 8", "Android >= 4" ], "bugs": { "url": "https://github.com/planttheidea/moize/issues" }, "bundleDependencies": false, "dependencies": { "fast-equals": "^3.0.1", "micro-memoize": "^4.0.11" }, "deprecated": false, "description": "Blazing fast memoization based on all parameters passed", "devDependencies": { "@babel/cli": "7.18.10", "@babel/core": "7.18.10", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/preset-env": "7.18.10", "@babel/preset-react": "7.18.6", "@babel/preset-typescript": "7.18.6", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-commonjs": "22.0.2", "@rollup/plugin-node-resolve": "13.3.0", "@types/bluebird": "3.5.36", "@types/eslint": "^8.4.6", "@types/jest": "28.1.7", "@types/lodash": "4.14.184", "@types/memoizee": "0.4.8", "@types/react": "18.0.17", "@types/react-dom": "18.0.6", "@typescript-eslint/eslint-plugin": "5.33.1", "@typescript-eslint/parser": "5.33.1", "babel-jest": "28.1.3", "babel-loader": "8.2.5", "benchmark": "2.1.4", "bluebird": "3.7.2", "cli-table2": "0.2.0", "core-js": "3.24.1", "eslint": "8.22.0", "eslint-friendly-formatter": "4.0.1", "eslint-plugin-react": "7.30.1", "eslint-webpack-plugin": "^3.2.0", "fast-memoize": "2.5.2", "html-webpack-plugin": "5.5.0", "in-publish": "2.0.1", "ink-docstrap": "1.3.2", "jest": "28.1.3", "jest-environment-jsdom": "^28.1.3", "jsdoc": "3.6.11", "jsdoc-babel": "0.5.0", "lodash": "4.17.21", "lru-memoize": "1.1.0", "mem": "9.0.2", "memoizee": "0.4.15", "memoizerific": "1.11.3", "ora": "6.1.2", "prop-types": "15.8.1", "q": "1.5.1", "ramda": "0.28.0", "react": "18.2.0", "react-dom": "18.2.0", "regenerator-runtime": "0.13.9", "release-it": "^15.3.0", "rimraf": "3.0.2", "rollup": "2.78.1", "rollup-plugin-terser": "7.0.2", "tslib": "2.4.0", "typedoc": "0.23.10", "typescript": "4.7.4", "underscore": "1.13.4", "webpack": "5.74.0", "webpack-cli": "4.10.0", "webpack-dev-server": "4.10.0" }, "homepage": "https://github.com/planttheidea/moize#readme", "keywords": [ "cache", "expire", "lru", "memoize", "memoization", "optimize", "performance", "promise", "ttl" ], "license": "MIT", "main": "dist/moize.cjs.js", "module": "dist/moize.esm.js", "name": "moize", "repository": { "type": "git", "url": "git+https://github.com/planttheidea/moize.git" }, "scripts": { "benchmark": "npm run dist && node benchmark/index.js", "benchmark:alternative": "npm run transpile:lib -- --no-comments && BENCHMARK_SUITE=alternative node benchmark/index.js", "benchmark:array": "npm run transpile:lib -- --no-comments && BENCHMARK_SUITE=array node benchmark/index.js", "benchmark:object": "npm run transpile:lib -- --no-comments && BENCHMARK_SUITE=object node benchmark/index.js", "benchmark:primitive": "npm run transpile:lib -- --no-comments && BENCHMARK_SUITE=primitive node benchmark/index.js", "benchmark:react": "npm run transpile:lib -- --no-comments && BENCHMARK_SUITE=react node benchmark/index.js", "build": "NODE_ENV=production rollup -c", "clean:dist": "rimraf dist", "clean:docs": "rimraf docs", "clean:mjs": "rimraf mjs", "copy:mjs": "npm run clean:mjs && node ./es-to-mjs.js", "copy:types": "cp src/types.ts index.d.ts", "dev": "NODE_ENV=development webpack serve --progress --config=webpack/webpack.config.js", "dist": "npm run clean:dist && npm run build", "docs": "npm run clean:docs && typedoc", "lint": "NODE_ENV=test eslint src/*.ts", "lint:fix": "npm run lint -- --fix", "release": "release-it", "release:beta": "release-it --config=.release-it.beta.json", "release:scripts": "npm run lint && npm run typecheck && npm run test:coverage && npm run dist && npm run copy:mjs", "start": "npm run dev", "test": "NODE_ENV=test NODE_PATH=. jest", "test:coverage": "npm test -- --coverage", "test:watch": "npm test -- --watch", "typecheck": "tsc --noEmit" }, "sideEffects": false, "types": "./index.d.ts", "version": "6.1.3" }