package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "typedarray-to-buffer@^3.1.5",
  3. "_id": "typedarray-to-buffer@3.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  6. "_location": "/typedarray-to-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "typedarray-to-buffer@^3.1.5",
  12. "name": "typedarray-to-buffer",
  13. "escapedName": "typedarray-to-buffer",
  14. "rawSpec": "^3.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.5"
  17. },
  18. "_requiredBy": [
  19. "/write-file-atomic"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  22. "_shasum": "a97ee7a9ff42691b9f783ff1bc5112fe3fca9080",
  23. "_spec": "typedarray-to-buffer@^3.1.5",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\write-file-atomic",
  25. "author": {
  26. "name": "Feross Aboukhadijeh",
  27. "email": "feross@feross.org",
  28. "url": "http://feross.org/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/feross/typedarray-to-buffer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "is-typedarray": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Convert a typed array to a Buffer without a copy",
  39. "devDependencies": {
  40. "airtap": "0.0.4",
  41. "standard": "*",
  42. "tape": "^4.0.0"
  43. },
  44. "homepage": "http://feross.org",
  45. "keywords": [
  46. "buffer",
  47. "typed array",
  48. "convert",
  49. "no copy",
  50. "uint8array",
  51. "uint16array",
  52. "uint32array",
  53. "int16array",
  54. "int32array",
  55. "float32array",
  56. "float64array",
  57. "browser",
  58. "arraybuffer",
  59. "dataview"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "typedarray-to-buffer",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/feross/typedarray-to-buffer.git"
  67. },
  68. "scripts": {
  69. "test": "standard && npm run test-node && npm run test-browser",
  70. "test-browser": "airtap -- test/*.js",
  71. "test-browser-local": "airtap --local -- test/*.js",
  72. "test-node": "tape test/*.js"
  73. },
  74. "version": "3.1.5"
  75. }