package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "buffer-from@^1.0.0",
  3. "_id": "buffer-from@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c5mRlguI/Pe2dSZmpER62rSCu0ryKmWddzRYsuXc50U2/g8jMOulc31VZMa4mYx31U5xsmSOpDCgH88Vl9cDGQ==",
  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. "/source-map-support"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.0.tgz",
  22. "_shasum": "87fcaa3a298358e0ade6e442cfce840740d1ad04",
  23. "_spec": "buffer-from@^1.0.0",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/source-map-support",
  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.0"
  52. }