package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. "buffer@^4.3.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/node-libs-browser"
  6. ]
  7. ],
  8. "_from": "buffer@>=4.3.0 <5.0.0",
  9. "_id": "buffer@4.9.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/buffer",
  13. "_nodeVersion": "6.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/buffer-4.9.1.tgz_1471491999032_0.9881124331150204"
  17. },
  18. "_npmUser": {
  19. "email": "feross@feross.org",
  20. "name": "feross"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "buffer",
  26. "raw": "buffer@^4.3.0",
  27. "rawSpec": "^4.3.0",
  28. "scope": null,
  29. "spec": ">=4.3.0 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/node-libs-browser"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
  36. "_shasum": "6d1bb601b07a4efced97094132093027c95bc298",
  37. "_shrinkwrap": null,
  38. "_spec": "buffer@^4.3.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/node-libs-browser",
  40. "author": {
  41. "email": "feross@feross.org",
  42. "name": "Feross Aboukhadijeh",
  43. "url": "http://feross.org"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/feross/buffer/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Romain Beauxis",
  51. "email": "toots@rastageeks.org"
  52. },
  53. {
  54. "name": "James Halliday",
  55. "email": "mail@substack.net"
  56. }
  57. ],
  58. "dependencies": {
  59. "base64-js": "^1.0.2",
  60. "ieee754": "^1.1.4",
  61. "isarray": "^1.0.0"
  62. },
  63. "description": "Node.js Buffer API, for the browser",
  64. "devDependencies": {
  65. "benchmark": "^2.0.0",
  66. "browserify": "^13.0.0",
  67. "concat-stream": "^1.4.7",
  68. "hyperquest": "^2.0.0",
  69. "is-buffer": "^1.1.1",
  70. "is-nan": "^1.0.1",
  71. "split": "^1.0.0",
  72. "standard": "^7.0.0",
  73. "tape": "^4.0.0",
  74. "through2": "^2.0.0",
  75. "zuul": "^3.0.0"
  76. },
  77. "directories": {},
  78. "dist": {
  79. "shasum": "6d1bb601b07a4efced97094132093027c95bc298",
  80. "tarball": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz"
  81. },
  82. "gitHead": "2152e6ac4f8b47dc46eba44e07fad7c9d3e30563",
  83. "homepage": "https://github.com/feross/buffer",
  84. "jspm": {
  85. "map": {
  86. "./index.js": {
  87. "node": "@node/buffer"
  88. }
  89. }
  90. },
  91. "keywords": [
  92. "arraybuffer",
  93. "browser",
  94. "browserify",
  95. "buffer",
  96. "compatible",
  97. "dataview",
  98. "uint8array"
  99. ],
  100. "license": "MIT",
  101. "main": "index.js",
  102. "maintainers": [
  103. {
  104. "name": "feross",
  105. "email": "feross@feross.org"
  106. }
  107. ],
  108. "name": "buffer",
  109. "optionalDependencies": {},
  110. "readme": "ERROR: No README data found!",
  111. "repository": {
  112. "type": "git",
  113. "url": "git://github.com/feross/buffer.git"
  114. },
  115. "scripts": {
  116. "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html",
  117. "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js",
  118. "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c",
  119. "test": "standard && node ./bin/test.js",
  120. "test-browser-es5": "zuul --ui tape -- test/*.js",
  121. "test-browser-es5-local": "zuul --ui tape --local -- test/*.js",
  122. "test-browser-es6": "zuul --ui tape -- test/*.js test/node/*.js",
  123. "test-browser-es6-local": "zuul --ui tape --local -- test/*.js test/node/*.js",
  124. "test-node": "tape test/*.js test/node/*.js && OBJECT_IMPL=true tape test/*.js",
  125. "update-authors": "./bin/update-authors.sh"
  126. },
  127. "standard": {
  128. "ignore": [
  129. "perf/*.js",
  130. "test/_polyfill.js",
  131. "test/node/*.js"
  132. ]
  133. },
  134. "version": "4.9.1"
  135. }