package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "buffer-from@^1.0.0",
  3. "_id": "buffer-from@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  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. "/ts-jest"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  24. "_shasum": "2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5",
  25. "_spec": "buffer-from@^1.0.0",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\concat-stream",
  27. "bugs": {
  28. "url": "https://github.com/LinusU/buffer-from/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
  33. "devDependencies": {
  34. "standard": "^12.0.1"
  35. },
  36. "files": [
  37. "index.js"
  38. ],
  39. "homepage": "https://github.com/LinusU/buffer-from#readme",
  40. "keywords": [
  41. "buffer",
  42. "buffer from"
  43. ],
  44. "license": "MIT",
  45. "name": "buffer-from",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/LinusU/buffer-from.git"
  49. },
  50. "scripts": {
  51. "test": "standard && node test"
  52. },
  53. "version": "1.1.2"
  54. }