package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "buffer-from@^1.0.0",
  3. "_id": "buffer-from@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-83apNb8KK0Se60UE1+4Ukbe3HbfELJ6UlI4ldtOGs7So4KD26orJM8hIY9lxdzP+UpItH1Yh/Y8GUvNFWFFRxA==",
  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. "/source-map-support"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.0.0.tgz",
  23. "_shasum": "4cb8832d23612589b0406e9e2956c17f06fdf531",
  24. "_spec": "buffer-from@^1.0.0",
  25. "_where": "/Users/rebecca/code/npm/node_modules/concat-stream",
  26. "bugs": {
  27. "url": "https://github.com/LinusU/buffer-from/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
  32. "devDependencies": {
  33. "standard": "^7.1.2"
  34. },
  35. "homepage": "https://github.com/LinusU/buffer-from#readme",
  36. "keywords": [
  37. "buffer",
  38. "buffer from"
  39. ],
  40. "license": "MIT",
  41. "name": "buffer-from",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/LinusU/buffer-from.git"
  45. },
  46. "scripts": {
  47. "test": "standard && node test"
  48. },
  49. "version": "1.0.0"
  50. }