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

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