package.json 2.0 KB

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