|
- {
- "_args": [
- [
- "reselect@2.5.4",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "reselect@2.5.4",
- "_id": "reselect@2.5.4",
- "_inBundle": false,
- "_integrity": "sha1-t9I/3wC4P6etAnlUb427vXZccEc=",
- "_location": "/reselect",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "reselect@2.5.4",
- "name": "reselect",
- "escapedName": "reselect",
- "rawSpec": "2.5.4",
- "saveSpec": null,
- "fetchSpec": "2.5.4"
- },
- "_requiredBy": [
- "/react-data-grid-addons"
- ],
- "_resolved": "https://registry.npmjs.org/reselect/-/reselect-2.5.4.tgz",
- "_spec": "2.5.4",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "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"
- }
- },
- "test:typescript": {
- "command": "node ./typescript_test/test.js"
- },
- "compile:commonjs": {
- "command": "babel -d lib/ src/ && ncp ./src/reselect.d.ts lib",
- "env": {
- "NODE_ENV": "commonjs"
- }
- },
- "compile:umd": {
- "command": "mkdirp dist/ && babel -o dist/reselect.js src/",
- "env": {
- "NODE_ENV": "umd"
- }
- }
- },
- "bugs": {
- "url": "https://github.com/reactjs/reselect/issues"
- },
- "description": "Selectors for Redux.",
- "devDependencies": {
- "babel-cli": "^6.7.5",
- "babel-plugin-check-es2015-constants": "^6.7.2",
- "babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
- "babel-plugin-transform-es2015-block-scoping": "^6.7.1",
- "babel-plugin-transform-es2015-function-name": "^6.5.0",
- "babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
- "babel-plugin-transform-es2015-modules-umd": "^6.6.5",
- "babel-plugin-transform-es2015-parameters": "^6.7.0",
- "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
- "babel-plugin-transform-es2015-spread": "^6.6.5",
- "babel-plugin-transform-es2015-template-literals": "^6.6.5",
- "babel-register": "^6.7.2",
- "better-npm-run": "0.0.8",
- "chai": "^3.0.0",
- "codecov.io": "^0.1.6",
- "coveralls": "^2.11.4",
- "eslint": "^2.11",
- "eslint-plugin-react": "^5.1.1",
- "lodash.memoize": "^4.1.0",
- "mkdirp": "^0.5.1",
- "mocha": "^2.2.5",
- "ncp": "^2.0.0",
- "nyc": "^6.4.0",
- "typescript": "^1.8.10"
- },
- "files": [
- "lib",
- "src",
- "dist",
- "es"
- ],
- "homepage": "https://github.com/reactjs/reselect#readme",
- "jsnext:main": "es/index.js",
- "keywords": [
- "react",
- "redux"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "reselect",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/reactjs/reselect.git"
- },
- "scripts": {
- "compile": "npm run compile:commonjs && npm run compile:umd && npm run compile:es",
- "compile:commonjs": "better-npm-run compile:commonjs",
- "compile:es": "babel -d es/ src/",
- "compile:umd": "better-npm-run compile:umd",
- "lint": "eslint src test",
- "prepublish": "npm run compile",
- "test": "better-npm-run test",
- "test:cov": "better-npm-run test:cov",
- "test:typescript": "better-npm-run test:typescript"
- },
- "typings": "src/reselect.d.ts",
- "version": "2.5.4"
- }
|