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": "buffer-from@^1.0.0",
  3. "_id": "buffer-from@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",
  6. "_location": "/buffer-from",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer-from@^1.0.0",
  12. "name": "buffer-from",
  13. "escapedName": "buffer-from",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/concat-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
  22. "_shasum": "32713bc028f75c02fdb710d7c7bcec1f2c6070ef",
  23. "_spec": "buffer-from@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\concat-stream",
  25. "bugs": {
  26. "url": "https://github.com/LinusU/buffer-from/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
  31. "devDependencies": {
  32. "standard": "^7.1.2"
  33. },
  34. "files": [
  35. "index.js"
  36. ],
  37. "homepage": "https://github.com/LinusU/buffer-from#readme",
  38. "keywords": [
  39. "buffer",
  40. "buffer from"
  41. ],
  42. "license": "MIT",
  43. "name": "buffer-from",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/LinusU/buffer-from.git"
  47. },
  48. "scripts": {
  49. "test": "standard && node test"
  50. },
  51. "version": "1.1.1"
  52. }