package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. "immer@9.0.21",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "immer@9.0.21",
  9. "_id": "immer@9.0.21",
  10. "_inBundle": false,
  11. "_integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
  12. "_location": "/immer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "immer@9.0.21",
  18. "name": "immer",
  19. "escapedName": "immer",
  20. "rawSpec": "9.0.21",
  21. "saveSpec": null,
  22. "fetchSpec": "9.0.21"
  23. },
  24. "_requiredBy": [
  25. "/slate"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
  28. "_spec": "9.0.21",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "Michel Weststrate"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/immerjs/immer/issues"
  35. },
  36. "description": "Create your next immutable state by mutating the current one",
  37. "devDependencies": {
  38. "@babel/core": "^7.8.4",
  39. "@babel/node": "^7.8.4",
  40. "@types/jest": "^25.1.2",
  41. "coveralls": "^3.0.0",
  42. "cpx2": "^3.0.0",
  43. "deep-freeze": "^0.0.1",
  44. "flow-bin": "^0.123.0",
  45. "husky": "^1.2.0",
  46. "immutable": "^3.8.2",
  47. "import-size": "^1.0.2",
  48. "jest": "^25.1.0",
  49. "lodash": "^4.17.4",
  50. "lodash.clonedeep": "^4.5.0",
  51. "prettier": "1.19.1",
  52. "pretty-quick": "^1.8.0",
  53. "redux": "^4.0.5",
  54. "rimraf": "^2.6.2",
  55. "seamless-immutable": "^7.1.3",
  56. "semantic-release": "^17.0.2",
  57. "spec.ts": "^1.1.0",
  58. "ts-jest": "^25.2.0",
  59. "tsdx": "^0.12.3",
  60. "typescript": "^4.2.3"
  61. },
  62. "exports": {
  63. ".": {
  64. "types": "./dist/immer.d.ts",
  65. "import": "./dist/immer.esm.mjs",
  66. "require": "./dist/index.js"
  67. },
  68. "./*": "./*"
  69. },
  70. "files": [
  71. "dist",
  72. "compat",
  73. "src"
  74. ],
  75. "funding": {
  76. "type": "opencollective",
  77. "url": "https://opencollective.com/immer"
  78. },
  79. "homepage": "https://github.com/immerjs/immer#readme",
  80. "husky": {
  81. "hooks": {
  82. "pre-commit": "pretty-quick --staged"
  83. }
  84. },
  85. "jsdelivr": "dist/immer.umd.production.min.js",
  86. "jsnext:main": "dist/immer.esm.js",
  87. "keywords": [
  88. "immutable",
  89. "mutable",
  90. "copy-on-write"
  91. ],
  92. "license": "MIT",
  93. "main": "dist/index.js",
  94. "module": "dist/immer.esm.js",
  95. "name": "immer",
  96. "react-native": "dist/immer.esm.js",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/immerjs/immer.git"
  100. },
  101. "scripts": {
  102. "build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && cp dist/immer.esm.js dist/immer.esm.mjs && yarn build:flow",
  103. "build:flow": "cpx 'src/types/index.js.flow' dist -v",
  104. "coverage": "jest --coverage",
  105. "coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
  106. "publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn docusaurus deploy",
  107. "start": "cd website && yarn start",
  108. "test": "jest && yarn test:build && yarn test:flow",
  109. "test:build": "yarn build && NODE_ENV='production' yarn jest --config jest.config.build.js",
  110. "test:flow": "yarn flow check __tests__/flow",
  111. "test:perf": "cd __performance_tests__ && babel-node add-data.js && babel-node todo.js && babel-node incremental.js",
  112. "test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
  113. "test:sizequick": "tsdx build --name immer --format esm && yarn import-size . produce",
  114. "watch": "jest --watch"
  115. },
  116. "sideEffects": false,
  117. "source": "src/immer.ts",
  118. "types": "./dist/immer.d.ts",
  119. "typesVersions": {
  120. ">=3.7": {
  121. "*": [
  122. "./*"
  123. ]
  124. },
  125. ">=3.1": {
  126. "*": [
  127. "compat/pre-3.7/*"
  128. ]
  129. }
  130. },
  131. "umd:main": "dist/immer.umd.production.min.js",
  132. "unpkg": "dist/immer.umd.production.min.js",
  133. "version": "9.0.21"
  134. }