package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "typedarray@^0.0.6",
  6. "scope": null,
  7. "escapedName": "typedarray",
  8. "name": "typedarray",
  9. "rawSpec": "^0.0.6",
  10. "spec": ">=0.0.6 <0.0.7",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/concat-stream"
  14. ]
  15. ],
  16. "_from": "typedarray@>=0.0.6 <0.0.7",
  17. "_id": "typedarray@0.0.6",
  18. "_inCache": true,
  19. "_location": "/typedarray",
  20. "_npmUser": {
  21. "name": "substack",
  22. "email": "mail@substack.net"
  23. },
  24. "_npmVersion": "1.4.3",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "typedarray@^0.0.6",
  28. "scope": null,
  29. "escapedName": "typedarray",
  30. "name": "typedarray",
  31. "rawSpec": "^0.0.6",
  32. "spec": ">=0.0.6 <0.0.7",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/concat-stream"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
  39. "_shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
  40. "_shrinkwrap": null,
  41. "_spec": "typedarray@^0.0.6",
  42. "_where": "/home/conte/data/reveal.js/node_modules/concat-stream",
  43. "author": {
  44. "name": "James Halliday",
  45. "email": "mail@substack.net",
  46. "url": "http://substack.net"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/substack/typedarray/issues"
  50. },
  51. "dependencies": {},
  52. "description": "TypedArray polyfill for old browsers",
  53. "devDependencies": {
  54. "tape": "~2.3.2"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
  59. "tarball": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
  60. },
  61. "homepage": "https://github.com/substack/typedarray",
  62. "keywords": [
  63. "ArrayBuffer",
  64. "DataView",
  65. "Float32Array",
  66. "Float64Array",
  67. "Int8Array",
  68. "Int16Array",
  69. "Int32Array",
  70. "Uint8Array",
  71. "Uint8ClampedArray",
  72. "Uint16Array",
  73. "Uint32Array",
  74. "typed",
  75. "array",
  76. "polyfill"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "maintainers": [
  81. {
  82. "name": "substack",
  83. "email": "mail@substack.net"
  84. }
  85. ],
  86. "name": "typedarray",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/substack/typedarray.git"
  92. },
  93. "scripts": {
  94. "test": "tape test/*.js test/server/*.js"
  95. },
  96. "testling": {
  97. "files": "test/*.js",
  98. "browsers": [
  99. "ie/6..latest",
  100. "firefox/16..latest",
  101. "firefox/nightly",
  102. "chrome/22..latest",
  103. "chrome/canary",
  104. "opera/12..latest",
  105. "opera/next",
  106. "safari/5.1..latest",
  107. "ipad/6.0..latest",
  108. "iphone/6.0..latest",
  109. "android-browser/4.2..latest"
  110. ]
  111. },
  112. "version": "0.0.6"
  113. }