package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "buffer-from@^0.1.1",
  3. "_id": "buffer-from@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RiWIenusJsmI2KcvqQABB83tLxCByE3upSP8QU3rJDMVFGPWLvPQJt/O1Su9moRWeH7d+Q2HYb68f6+v+tw2vg==",
  6. "_location": "/buffer-from",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer-from@^0.1.1",
  12. "name": "buffer-from",
  13. "escapedName": "buffer-from",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/hyperquest"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-0.1.2.tgz",
  22. "_shasum": "15f4b9bcef012044df31142c14333caf6e0260d0",
  23. "_spec": "buffer-from@^0.1.1",
  24. "_where": "E:\\a-level\\project_js2\\node_modules\\hyperquest",
  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. "homepage": "https://github.com/LinusU/buffer-from#readme",
  35. "keywords": [
  36. "buffer",
  37. "buffer from"
  38. ],
  39. "license": "MIT",
  40. "name": "buffer-from",
  41. "repository": {
  42. "type": "git",
  43. "url": "git+https://github.com/LinusU/buffer-from.git"
  44. },
  45. "scripts": {
  46. "test": "standard && node test"
  47. },
  48. "version": "0.1.2"
  49. }