package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_from": "immutable@^3",
  3. "_id": "immutable@3.8.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=",
  6. "_location": "/immutable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "immutable@^3",
  12. "name": "immutable",
  13. "escapedName": "immutable",
  14. "rawSpec": "^3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3"
  17. },
  18. "_requiredBy": [
  19. "/browser-sync",
  20. "/browser-sync-ui"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz",
  23. "_shasum": "c2439951455bb39913daf281376f1530e104adf3",
  24. "_spec": "immutable@^3",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  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. "deprecated": false,
  35. "description": "Immutable Data Collections",
  36. "devDependencies": {
  37. "acorn": "0.11.x",
  38. "babel-eslint": "^4.1.8",
  39. "benchmark": "^1.0.0",
  40. "bluebird": "3.1.1",
  41. "browser-sync": "2.11.0",
  42. "browserify": "^5.11.2",
  43. "colors": "1.1.2",
  44. "del": "2.2.0",
  45. "es6-transpiler": "0.7.18",
  46. "eslint": "^1.10.3",
  47. "estraverse": "1.9.3",
  48. "express": "^4.13.4",
  49. "fbjs-scripts": "^0.5.0",
  50. "grunt": "0.4.5",
  51. "grunt-cli": "0.1.13",
  52. "grunt-contrib-clean": "0.7.0",
  53. "grunt-contrib-copy": "0.8.2",
  54. "grunt-contrib-jshint": "0.11.3",
  55. "grunt-release": "0.13.0",
  56. "gulp": "3.9.0",
  57. "gulp-concat": "2.6.0",
  58. "gulp-filter": "3.0.1",
  59. "gulp-header": "1.7.1",
  60. "gulp-jest": "^0.2.1",
  61. "gulp-jshint": "^1.8.4",
  62. "gulp-less": "3.0.5",
  63. "gulp-size": "2.0.0",
  64. "gulp-sourcemaps": "1.6.0",
  65. "gulp-uglify": "1.5.1",
  66. "gulp-util": "3.0.7",
  67. "harmonize": "1.4.4",
  68. "jasmine-check": "^0.1.2",
  69. "jest-cli": "^0.5.10",
  70. "jshint-stylish": "^0.4.0",
  71. "magic-string": "0.10.2",
  72. "marked": "0.3.5",
  73. "microtime": "^2.0.0",
  74. "node-jsx": "^0.12.4",
  75. "react": "^0.12.0",
  76. "react-router": "^0.11.2",
  77. "react-tools": "^0.12.0",
  78. "rollup": "0.24.0",
  79. "run-sequence": "1.1.5",
  80. "through2": "2.0.0",
  81. "typescript": "1.7.5",
  82. "uglify-js": "2.6.1",
  83. "vinyl-buffer": "1.0.0",
  84. "vinyl-source-stream": "1.1.0"
  85. },
  86. "engines": {
  87. "node": ">=0.10.0"
  88. },
  89. "files": [
  90. "dist",
  91. "contrib",
  92. "README.md",
  93. "LICENSE"
  94. ],
  95. "homepage": "https://facebook.github.com/immutable-js",
  96. "jest": {
  97. "scriptPreprocessor": "resources/jestPreprocessor.js",
  98. "testFileExtensions": [
  99. "js",
  100. "ts"
  101. ],
  102. "persistModuleRegistryBetweenSpecs": true
  103. },
  104. "keywords": [
  105. "immutable",
  106. "persistent",
  107. "lazy",
  108. "data",
  109. "datastructure",
  110. "functional",
  111. "collection",
  112. "stateless",
  113. "sequence",
  114. "iteration"
  115. ],
  116. "license": "MIT",
  117. "main": "dist/immutable.js",
  118. "name": "immutable",
  119. "repository": {
  120. "type": "git",
  121. "url": "git://github.com/facebook/immutable-js.git"
  122. },
  123. "scripts": {
  124. "build": "grunt default && gulp default",
  125. "deploy": "(cd ./pages/out && git init && git config user.name \"Travis CI\" && git config user.email \"github@fb.com\" && git add . && git commit -m \"Deploy to GitHub Pages\" && git push --force --quiet \"https://${GH_TOKEN}@github.com/facebook/immutable-js.git\" master:gh-pages > /dev/null 2>1)",
  126. "lint": "eslint src/ && grunt lint && gulp lint",
  127. "perf": "node ./resources/bench.js",
  128. "start": "npm run build && node ./pages/resources/start.js",
  129. "test": "npm run lint && npm run testonly",
  130. "testonly": "./resources/node_test.sh"
  131. },
  132. "typescript": {
  133. "definition": "dist/immutable.d.ts"
  134. },
  135. "typings": "dist/immutable-nonambient.d.ts",
  136. "version": "3.8.2"
  137. }