{ "_args": [ [ "reselect@4.1.1", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "reselect@4.1.1", "_id": "reselect@4.1.1", "_inBundle": false, "_integrity": "sha512-Jjt8Us6hAWJpjucyladHvUGR+q1mHHgWtGDXlhvvKyNyIeQ3bjuWLDX0bsTLhbm/gd4iXEACBlODUHBlLWiNnA==", "_location": "/reselect", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "reselect@4.1.1", "name": "reselect", "escapedName": "reselect", "rawSpec": "4.1.1", "saveSpec": null, "fetchSpec": "4.1.1" }, "_requiredBy": [ "/strapi-admin", "/strapi-plugin-content-manager", "/strapi-plugin-content-type-builder", "/strapi-plugin-documentation" ], "_resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.1.tgz", "_spec": "4.1.1", "_where": "/home/freeclou/app.optimyar.com/backend", "authors": [ "Lee Bannard", "Robert Binna", "Martijn Faassen", "Philip Spitzlinger" ], "betterScripts": { "test": { "command": "mocha --compilers js:@babel/register --ui tdd --recursive", "env": { "NODE_ENV": "test" } }, "test:cov": { "command": "nyc --reporter=lcov --reporter=text mocha --compilers js:@babel/register --ui tdd", "env": { "NODE_ENV": "test", "COVERAGE": "true" } }, "test:typescript": { "command": "tsc --noEmit -p typescript_test/tsconfig.json" }, "compile:commonjs": { "command": "babel -d lib/ src/", "env": { "BABEL_ENV": "cjs" } } }, "bugs": { "url": "https://github.com/reduxjs/reselect/issues" }, "dependencies": {}, "description": "Selectors for Redux.", "devDependencies": { "@babel/cli": "^7.15.7", "@babel/core": "^7.15.8", "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", "@babel/register": "^7.15.3", "@microsoft/api-extractor": "^7.18.16", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.0.6", "@rollup/plugin-replace": "^3.0.0", "@types/jest": "^27.0.2", "@types/lodash": "^4.14.175", "@typescript-eslint/eslint-plugin": "5.1.0", "@typescript-eslint/eslint-plugin-tslint": "5.1.0", "@typescript-eslint/parser": "5.1.0", "better-npm-run": "0.1.1", "chai": "^4.3.4", "codecov.io": "^0.1.6", "coveralls": "^3.1.1", "cross-env": "^7.0.3", "eslint": "^8.0.1", "eslint-plugin-react": "^7.26.1", "eslint-plugin-typescript": "0.14.0", "jest": "^27.3.1", "lodash.memoize": "^4.1.2", "memoize-one": "^6.0.0", "micro-memoize": "^4.0.9", "mkdirp": "^1.0.4", "mocha": "^9.1.3", "ncp": "^2.0.0", "nyc": "^15.1.0", "prettier": "^2.4.1", "rollup": "^2.58.0", "rollup-plugin-terser": "^7.0.2", "ts-jest": "27.0.7", "tslint": "6.1.3", "typescript": "^4.4.0" }, "files": [ "lib", "src", "dist", "es" ], "homepage": "https://github.com/reduxjs/reselect#readme", "jsnext:main": "./es/index.js", "keywords": [ "react", "redux" ], "license": "MIT", "main": "./lib/index.js", "module": "./es/index.js", "name": "reselect", "repository": { "type": "git", "url": "git+https://github.com/reduxjs/reselect.git" }, "scripts": { "api-types": "api-extractor run --local", "build": "rimraf dist lib es && npm run build:types && npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min", "build:commonjs": "cross-env BABEL_ENV=commonjs babel src/*.ts --ignore src/types.ts --extensions .ts --out-dir lib ", "build:es": "babel src/*.ts --ignore src/types.ts --extensions .ts --out-dir es", "build:types": "tsc", "build:umd": "cross-env NODE_ENV=development rollup -c -o dist/reselect.js", "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/reselect.min.js", "clean": "rimraf lib dist es coverage", "format": "prettier --write \"{src,test}/**/*.{js,ts}\" \"docs/**/*.md\"", "lint": "eslint src test", "prepublishOnly": "npm run build", "test": "jest", "test:cov": "jest --coverage", "test:typescript": "better-npm-run test:typescript" }, "sideEffects": false, "types": "./es/index.d.ts", "typesVersions": { "<4.2": { "*": [ "./src/typesVersions/ts4.1/index.d.ts" ] } }, "unpkg": "./dist/reselect.js", "version": "4.1.1" }