You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

109 lines
2.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "immutable@3.7.6",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "immutable@3.7.6",
  9. "_id": "immutable@3.7.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-E7TTyxK++hVIKib+Gy665kAHHks=",
  12. "_location": "/immutable",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "immutable@3.7.6",
  18. "name": "immutable",
  19. "escapedName": "immutable",
  20. "rawSpec": "3.7.6",
  21. "saveSpec": null,
  22. "fetchSpec": "3.7.6"
  23. },
  24. "_requiredBy": [
  25. "/@types/draft-js",
  26. "/browser-sync",
  27. "/browser-sync-ui",
  28. "/draft-js"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz",
  31. "_spec": "3.7.6",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "author": {
  34. "name": "Lee Byron",
  35. "url": "https://github.com/leebyron"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/facebook/immutable-js/issues"
  39. },
  40. "description": "Immutable Data Collections",
  41. "devDependencies": {
  42. "acorn": "^0.11.0",
  43. "benchmark": "^1.0.0",
  44. "bluebird": "^2.7.1",
  45. "colors": "^1.0.3",
  46. "es6-transpiler": "^0.7.18",
  47. "estraverse": "^1.9.1",
  48. "grunt": "^0.4.5",
  49. "grunt-contrib-clean": "^0.5.0",
  50. "grunt-contrib-copy": "^0.5.0",
  51. "grunt-contrib-jshint": "^0.10.0",
  52. "grunt-jest": "^0.1.0",
  53. "grunt-release": "^0.7.0",
  54. "jasmine-check": "^0.1.2",
  55. "magic-string": "^0.2.6",
  56. "microtime": "^1.2.0",
  57. "react-tools": "^0.11.1",
  58. "rollup": "^0.19.2",
  59. "typescript": "~1.4.1",
  60. "uglify-js": "^2.4.15"
  61. },
  62. "engines": {
  63. "node": ">=0.8.0"
  64. },
  65. "files": [
  66. "dist",
  67. "contrib",
  68. "README.md",
  69. "LICENSE",
  70. "PATENTS"
  71. ],
  72. "homepage": "https://github.com/facebook/immutable-js",
  73. "jest": {
  74. "scriptPreprocessor": "resources/jestPreprocessor.js",
  75. "testFileExtensions": [
  76. "js",
  77. "ts"
  78. ],
  79. "persistModuleRegistryBetweenSpecs": true
  80. },
  81. "keywords": [
  82. "immutable",
  83. "persistent",
  84. "lazy",
  85. "data",
  86. "datastructure",
  87. "functional",
  88. "collection",
  89. "stateless",
  90. "sequence",
  91. "iteration"
  92. ],
  93. "license": "BSD-3-Clause",
  94. "main": "dist/immutable.js",
  95. "name": "immutable",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/facebook/immutable-js.git"
  99. },
  100. "scripts": {
  101. "perf": "node ./resources/bench.js",
  102. "test": "./resources/node_test.sh"
  103. },
  104. "typescript": {
  105. "definition": "dist/immutable.d.ts"
  106. },
  107. "version": "3.7.6"
  108. }