Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

128 строки
3.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "reselect@2.5.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "reselect@2.5.4",
  9. "_id": "reselect@2.5.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-t9I/3wC4P6etAnlUb427vXZccEc=",
  12. "_location": "/reselect",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "reselect@2.5.4",
  18. "name": "reselect",
  19. "escapedName": "reselect",
  20. "rawSpec": "2.5.4",
  21. "saveSpec": null,
  22. "fetchSpec": "2.5.4"
  23. },
  24. "_requiredBy": [
  25. "/react-data-grid-addons"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/reselect/-/reselect-2.5.4.tgz",
  28. "_spec": "2.5.4",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "authors": [
  31. "Lee Bannard",
  32. "Robert Binna",
  33. "Martijn Faassen",
  34. "Philip Spitzlinger"
  35. ],
  36. "betterScripts": {
  37. "test": {
  38. "command": "mocha --compilers js:babel-register --ui tdd --recursive",
  39. "env": {
  40. "NODE_ENV": "test"
  41. }
  42. },
  43. "test:cov": {
  44. "command": "nyc --reporter=lcov --reporter=text mocha --compilers js:babel-register --ui tdd",
  45. "env": {
  46. "NODE_ENV": "test"
  47. }
  48. },
  49. "test:typescript": {
  50. "command": "node ./typescript_test/test.js"
  51. },
  52. "compile:commonjs": {
  53. "command": "babel -d lib/ src/ && ncp ./src/reselect.d.ts lib",
  54. "env": {
  55. "NODE_ENV": "commonjs"
  56. }
  57. },
  58. "compile:umd": {
  59. "command": "mkdirp dist/ && babel -o dist/reselect.js src/",
  60. "env": {
  61. "NODE_ENV": "umd"
  62. }
  63. }
  64. },
  65. "bugs": {
  66. "url": "https://github.com/reactjs/reselect/issues"
  67. },
  68. "description": "Selectors for Redux.",
  69. "devDependencies": {
  70. "babel-cli": "^6.7.5",
  71. "babel-plugin-check-es2015-constants": "^6.7.2",
  72. "babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
  73. "babel-plugin-transform-es2015-block-scoping": "^6.7.1",
  74. "babel-plugin-transform-es2015-function-name": "^6.5.0",
  75. "babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
  76. "babel-plugin-transform-es2015-modules-umd": "^6.6.5",
  77. "babel-plugin-transform-es2015-parameters": "^6.7.0",
  78. "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
  79. "babel-plugin-transform-es2015-spread": "^6.6.5",
  80. "babel-plugin-transform-es2015-template-literals": "^6.6.5",
  81. "babel-register": "^6.7.2",
  82. "better-npm-run": "0.0.8",
  83. "chai": "^3.0.0",
  84. "codecov.io": "^0.1.6",
  85. "coveralls": "^2.11.4",
  86. "eslint": "^2.11",
  87. "eslint-plugin-react": "^5.1.1",
  88. "lodash.memoize": "^4.1.0",
  89. "mkdirp": "^0.5.1",
  90. "mocha": "^2.2.5",
  91. "ncp": "^2.0.0",
  92. "nyc": "^6.4.0",
  93. "typescript": "^1.8.10"
  94. },
  95. "files": [
  96. "lib",
  97. "src",
  98. "dist",
  99. "es"
  100. ],
  101. "homepage": "https://github.com/reactjs/reselect#readme",
  102. "jsnext:main": "es/index.js",
  103. "keywords": [
  104. "react",
  105. "redux"
  106. ],
  107. "license": "MIT",
  108. "main": "lib/index.js",
  109. "name": "reselect",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/reactjs/reselect.git"
  113. },
  114. "scripts": {
  115. "compile": "npm run compile:commonjs && npm run compile:umd && npm run compile:es",
  116. "compile:commonjs": "better-npm-run compile:commonjs",
  117. "compile:es": "babel -d es/ src/",
  118. "compile:umd": "better-npm-run compile:umd",
  119. "lint": "eslint src test",
  120. "prepublish": "npm run compile",
  121. "test": "better-npm-run test",
  122. "test:cov": "better-npm-run test:cov",
  123. "test:typescript": "better-npm-run test:typescript"
  124. },
  125. "typings": "src/reselect.d.ts",
  126. "version": "2.5.4"
  127. }