package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "buffer-from@1.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "buffer-from@1.1.0",
  9. "_id": "buffer-from@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-c5mRlguI/Pe2dSZmpER62rSCu0ryKmWddzRYsuXc50U2/g8jMOulc31VZMa4mYx31U5xsmSOpDCgH88Vl9cDGQ==",
  12. "_location": "/buffer-from",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "buffer-from@1.1.0",
  18. "name": "buffer-from",
  19. "escapedName": "buffer-from",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular/source-map-support",
  26. "/concat-stream",
  27. "/karma-source-map-support/source-map-support",
  28. "/minify/source-map-support",
  29. "/terser/source-map-support",
  30. "/ts-node/source-map-support",
  31. "/webpack/source-map-support"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.0.tgz",
  34. "_spec": "1.1.0",
  35. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  36. "bugs": {
  37. "url": "https://github.com/LinusU/buffer-from/issues"
  38. },
  39. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
  40. "devDependencies": {
  41. "standard": "^7.1.2"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/LinusU/buffer-from#readme",
  47. "keywords": [
  48. "buffer",
  49. "buffer from"
  50. ],
  51. "license": "MIT",
  52. "name": "buffer-from",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/LinusU/buffer-from.git"
  56. },
  57. "scripts": {
  58. "test": "standard && node test"
  59. },
  60. "version": "1.1.0"
  61. }