You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "to-arraybuffer@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/stream-http"
  6. ]
  7. ],
  8. "_from": "to-arraybuffer@>=1.0.0 <2.0.0",
  9. "_id": "to-arraybuffer@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/to-arraybuffer",
  13. "_nodeVersion": "5.3.0",
  14. "_npmUser": {
  15. "email": "john@hiesey.com",
  16. "name": "jhiesey"
  17. },
  18. "_npmVersion": "3.3.12",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "to-arraybuffer",
  22. "raw": "to-arraybuffer@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/stream-http"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
  32. "_shasum": "7d229b1fcc637e466ca081180836a7aabff83f43",
  33. "_shrinkwrap": null,
  34. "_spec": "to-arraybuffer@^1.0.0",
  35. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/stream-http",
  36. "author": {
  37. "name": "John Hiesey"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jhiesey/to-arraybuffer/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Get an ArrayBuffer from a Buffer as fast as possible",
  44. "devDependencies": {
  45. "tape": "^4.4.0",
  46. "zuul": "^3.9.0"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "7d229b1fcc637e466ca081180836a7aabff83f43",
  51. "tarball": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz"
  52. },
  53. "gitHead": "6502d9850e70ba7935a7df4ad86b358fc216f9f0",
  54. "homepage": "https://github.com/jhiesey/to-arraybuffer#readme",
  55. "keywords": [
  56. "arraybuffer",
  57. "buffer",
  58. "fast",
  59. "only",
  60. "read",
  61. "to"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "maintainers": [
  66. {
  67. "name": "jhiesey",
  68. "email": "john@hiesey.com"
  69. }
  70. ],
  71. "name": "to-arraybuffer",
  72. "optionalDependencies": {},
  73. "readme": "ERROR: No README data found!",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/jhiesey/to-arraybuffer.git"
  77. },
  78. "scripts": {
  79. "test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)",
  80. "test-browser": "zuul --no-coverage -- test.js",
  81. "test-browser-local": "zuul --local 8080 --no-coverage -- test.js",
  82. "test-node": "tape test.js"
  83. },
  84. "version": "1.0.1"
  85. }