package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "immutable@^4.0.0",
  3. "_id": "immutable@4.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==",
  6. "_location": "/immutable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "immutable@^4.0.0",
  12. "name": "immutable",
  13. "escapedName": "immutable",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/sass"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.3.4.tgz",
  22. "_shasum": "2e07b33837b4bb7662f288c244d1ced1ef65a78f",
  23. "_spec": "immutable@^4.0.0",
  24. "_where": "C:\\preject-ps-git\\git-project\\psychic_pub\\psychic_pub\\node_modules\\sass",
  25. "author": {
  26. "name": "Lee Byron",
  27. "url": "https://github.com/leebyron"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/immutable-js/immutable-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Immutable Data Collections",
  35. "files": [
  36. "dist",
  37. "README.md",
  38. "LICENSE"
  39. ],
  40. "homepage": "https://immutable-js.com",
  41. "keywords": [
  42. "immutable",
  43. "persistent",
  44. "lazy",
  45. "data",
  46. "datastructure",
  47. "functional",
  48. "collection",
  49. "stateless",
  50. "sequence",
  51. "iteration"
  52. ],
  53. "license": "MIT",
  54. "main": "dist/immutable.js",
  55. "module": "dist/immutable.es.js",
  56. "name": "immutable",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/immutable-js/immutable-js.git"
  60. },
  61. "sideEffects": false,
  62. "types": "dist/immutable.d.ts",
  63. "version": "4.3.4"
  64. }