package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "typedarray@0.0.6",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "typedarray@0.0.6",
  10. "_id": "typedarray@0.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
  13. "_location": "/typedarray",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "typedarray@0.0.6",
  19. "name": "typedarray",
  20. "escapedName": "typedarray",
  21. "rawSpec": "0.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.6"
  24. },
  25. "_requiredBy": [
  26. "/concat-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
  29. "_spec": "0.0.6",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/typedarray/issues"
  38. },
  39. "description": "TypedArray polyfill for old browsers",
  40. "devDependencies": {
  41. "tape": "~2.3.2"
  42. },
  43. "homepage": "https://github.com/substack/typedarray",
  44. "keywords": [
  45. "ArrayBuffer",
  46. "DataView",
  47. "Float32Array",
  48. "Float64Array",
  49. "Int8Array",
  50. "Int16Array",
  51. "Int32Array",
  52. "Uint8Array",
  53. "Uint8ClampedArray",
  54. "Uint16Array",
  55. "Uint32Array",
  56. "typed",
  57. "array",
  58. "polyfill"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "typedarray",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/substack/typedarray.git"
  66. },
  67. "scripts": {
  68. "test": "tape test/*.js test/server/*.js"
  69. },
  70. "testling": {
  71. "files": "test/*.js",
  72. "browsers": [
  73. "ie/6..latest",
  74. "firefox/16..latest",
  75. "firefox/nightly",
  76. "chrome/22..latest",
  77. "chrome/canary",
  78. "opera/12..latest",
  79. "opera/next",
  80. "safari/5.1..latest",
  81. "ipad/6.0..latest",
  82. "iphone/6.0..latest",
  83. "android-browser/4.2..latest"
  84. ]
  85. },
  86. "version": "0.0.6"
  87. }