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.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "buffer-alloc@^1.2.0",
  3. "_id": "buffer-alloc@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==",
  6. "_location": "/buffer-alloc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer-alloc@^1.2.0",
  12. "name": "buffer-alloc",
  13. "escapedName": "buffer-alloc",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/tar-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
  22. "_shasum": "890dd90d923a873e08e10e5fd51a57e5b7cce0ec",
  23. "_spec": "buffer-alloc@^1.2.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\tar-stream",
  25. "bugs": {
  26. "url": "https://github.com/LinusU/buffer-alloc/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "buffer-alloc-unsafe": "^1.1.0",
  31. "buffer-fill": "^1.0.0"
  32. },
  33. "deprecated": false,
  34. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.",
  35. "devDependencies": {
  36. "standard": "^7.1.2"
  37. },
  38. "files": [
  39. "index.js"
  40. ],
  41. "homepage": "https://github.com/LinusU/buffer-alloc#readme",
  42. "keywords": [
  43. "alloc",
  44. "allocate",
  45. "buffer alloc",
  46. "buffer allocate",
  47. "buffer"
  48. ],
  49. "license": "MIT",
  50. "name": "buffer-alloc",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/LinusU/buffer-alloc.git"
  54. },
  55. "scripts": {
  56. "test": "standard && node test"
  57. },
  58. "version": "1.2.0"
  59. }