package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "buffer-from@1.0.0",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "buffer-from@1.0.0",
  10. "_id": "buffer-from@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-83apNb8KK0Se60UE1+4Ukbe3HbfELJ6UlI4ldtOGs7So4KD26orJM8hIY9lxdzP+UpItH1Yh/Y8GUvNFWFFRxA==",
  13. "_location": "/buffer-from",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "buffer-from@1.0.0",
  19. "name": "buffer-from",
  20. "escapedName": "buffer-from",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/concat-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  31. "bugs": {
  32. "url": "https://github.com/LinusU/buffer-from/issues"
  33. },
  34. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
  35. "devDependencies": {
  36. "standard": "^7.1.2"
  37. },
  38. "homepage": "https://github.com/LinusU/buffer-from#readme",
  39. "keywords": [
  40. "buffer",
  41. "buffer from"
  42. ],
  43. "license": "MIT",
  44. "name": "buffer-from",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/LinusU/buffer-from.git"
  48. },
  49. "scripts": {
  50. "test": "standard && node test"
  51. },
  52. "version": "1.0.0"
  53. }