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.

package.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "to-buffer@^1.1.1",
  3. "_id": "to-buffer@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==",
  6. "_location": "/to-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "to-buffer@^1.1.1",
  12. "name": "to-buffer",
  13. "escapedName": "to-buffer",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/tar-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz",
  22. "_shasum": "493bd48f62d7c43fcded313a03dcadb2e1213a80",
  23. "_spec": "to-buffer@^1.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\tar-stream",
  25. "author": {
  26. "name": "Mathias Buus",
  27. "url": "@mafintosh"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/to-buffer/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Pass in a string, get a buffer back. Pass in a buffer, get the same buffer back",
  36. "devDependencies": {
  37. "standard": "^6.0.5",
  38. "tape": "^4.4.0"
  39. },
  40. "homepage": "https://github.com/mafintosh/to-buffer",
  41. "license": "MIT",
  42. "main": "index.js",
  43. "name": "to-buffer",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/mafintosh/to-buffer.git"
  47. },
  48. "scripts": {
  49. "test": "standard && tape test.js"
  50. },
  51. "version": "1.1.1"
  52. }