package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. {
  2. "_from": "immutable",
  3. "_id": "immutable@4.0.0-rc.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0M2XxkZLx/mi3t8NVwIm1g8nHoEmM9p9UBl/G9k4+hm0kBgOVdMV/B3CY5dQ8qG8qc80NN4gDV4HQv6FTJ5q7A==",
  6. "_location": "/immutable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "immutable",
  12. "name": "immutable",
  13. "escapedName": "immutable",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0-rc.12.tgz",
  23. "_shasum": "ca59a7e4c19ae8d9bf74a97bdf0f6e2f2a5d0217",
  24. "_spec": "immutable",
  25. "_where": "G:\\micro\\react\\cld2_react",
  26. "author": {
  27. "name": "Lee Byron",
  28. "url": "https://github.com/leebyron"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/facebook/immutable-js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Immutable Data Collections",
  37. "devDependencies": {
  38. "benchmark": "2.1.4",
  39. "browser-sync": "^2.26.3",
  40. "browserify": "16.2.2",
  41. "colors": "1.2.5",
  42. "del": "3.0.0",
  43. "dtslint": "0.1.2",
  44. "eslint": "4.19.1",
  45. "eslint-config-airbnb": "16.1.0",
  46. "eslint-config-prettier": "2.9.0",
  47. "eslint-plugin-import": "2.12.0",
  48. "eslint-plugin-jsx-a11y": "6.0.3",
  49. "eslint-plugin-prettier": "2.6.2",
  50. "eslint-plugin-react": "7.8.2",
  51. "flow-bin": "0.85.0",
  52. "gulp": "3.9.1",
  53. "gulp-concat": "2.6.1",
  54. "gulp-filter": "5.1.0",
  55. "gulp-header": "2.0.5",
  56. "gulp-less": "3.5.0",
  57. "gulp-size": "3.0.0",
  58. "gulp-sourcemaps": "2.6.4",
  59. "gulp-uglify": "2.1.0",
  60. "gulp-util": "3.0.8",
  61. "jasmine-check": "0.1.5",
  62. "jest": "23.6.0",
  63. "marked": "0.3.19",
  64. "microtime": "2.1.8",
  65. "mkdirp": "0.5.1",
  66. "npm-run-all": "4.1.3",
  67. "prettier": "1.14.2",
  68. "react": "^0.12.0",
  69. "react-router": "^0.11.2",
  70. "react-tools": "0.13.3",
  71. "rimraf": "2.6.2",
  72. "rollup": "0.59.1",
  73. "rollup-plugin-buble": "0.19.2",
  74. "rollup-plugin-commonjs": "9.1.3",
  75. "rollup-plugin-json": "3.0.0",
  76. "rollup-plugin-strip-banner": "0.2.0",
  77. "run-sequence": "2.2.1",
  78. "through2": "2.0.3",
  79. "transducers-js": "^0.4.174",
  80. "tslint": "5.7.0",
  81. "typescript": "3.0.3",
  82. "uglify-js": "2.8.11",
  83. "uglify-save-license": "0.4.1",
  84. "vinyl-buffer": "1.0.1",
  85. "vinyl-source-stream": "2.0.0"
  86. },
  87. "files": [
  88. "dist",
  89. "contrib",
  90. "README.md",
  91. "LICENSE"
  92. ],
  93. "homepage": "https://facebook.github.com/immutable-js",
  94. "jest": {
  95. "moduleFileExtensions": [
  96. "js",
  97. "ts"
  98. ],
  99. "transform": {
  100. "^.+\\.ts$": "<rootDir>/resources/jestPreprocessor.js"
  101. },
  102. "testRegex": "/__tests__/.*\\.(ts|js)$",
  103. "unmockedModulePathPatterns": [
  104. "./node_modules/react"
  105. ]
  106. },
  107. "keywords": [
  108. "immutable",
  109. "persistent",
  110. "lazy",
  111. "data",
  112. "datastructure",
  113. "functional",
  114. "collection",
  115. "stateless",
  116. "sequence",
  117. "iteration"
  118. ],
  119. "license": "MIT",
  120. "main": "dist/immutable.js",
  121. "module": "dist/immutable.es.js",
  122. "name": "immutable",
  123. "repository": {
  124. "type": "git",
  125. "url": "git://github.com/facebook/immutable-js.git"
  126. },
  127. "scripts": {
  128. "build": "run-s build:*",
  129. "build:dist": "run-s clean:dist bundle:dist bundle:es copy:dist stats:dist",
  130. "build:pages": "gulp --gulpfile ./resources/gulpfile.js default",
  131. "bundle:dist": "rollup -c ./resources/rollup-config.js",
  132. "bundle:es": "rollup -c ./resources/rollup-config-es.js",
  133. "clean:dist": "rimraf dist",
  134. "copy:dist": "node ./resources/copy-dist-typedefs.js",
  135. "deploy": "./resources/deploy-ghpages.sh",
  136. "format": "prettier --single-quote --trailing-comma=es5 --write \"{__tests__,src,pages/src,pages/lib,perf,resources}/**/*{\\.js,\\.ts}\"",
  137. "gitpublish": "./resources/gitpublish.sh",
  138. "lint": "run-s lint:*",
  139. "lint:js": "eslint \"{__tests__,src,pages/src,pages/lib}/**/*.js\"",
  140. "lint:ts": "tslint \"__tests__/**/*.ts\"",
  141. "perf": "node ./resources/bench.js",
  142. "start": "gulp --gulpfile ./resources/gulpfile.js dev",
  143. "stats:dist": "node ./resources/dist-stats.js",
  144. "test": "run-s format build lint testonly test:types:*",
  145. "test:travis": "npm run test && ./resources/check-changes",
  146. "test:types:flow": "flow check type-definitions/tests --include-warnings",
  147. "test:types:ts": "tsc ./type-definitions/Immutable.d.ts --lib es2015 && dtslint type-definitions/ts-tests",
  148. "testonly": "./resources/jest"
  149. },
  150. "typescript": {
  151. "definition": "dist/immutable.d.ts"
  152. },
  153. "typings": "dist/immutable-nonambient.d.ts",
  154. "version": "4.0.0-rc.12"
  155. }