package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "buffer-alloc@1.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "buffer-alloc@1.2.0",
  10. "_id": "buffer-alloc@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==",
  13. "_location": "/buffer-alloc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "buffer-alloc@1.2.0",
  19. "name": "buffer-alloc",
  20. "escapedName": "buffer-alloc",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/isbinaryfile"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "bugs": {
  32. "url": "https://github.com/LinusU/buffer-alloc/issues"
  33. },
  34. "dependencies": {
  35. "buffer-alloc-unsafe": "^1.1.0",
  36. "buffer-fill": "^1.0.0"
  37. },
  38. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.",
  39. "devDependencies": {
  40. "standard": "^7.1.2"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/LinusU/buffer-alloc#readme",
  46. "keywords": [
  47. "alloc",
  48. "allocate",
  49. "buffer alloc",
  50. "buffer allocate",
  51. "buffer"
  52. ],
  53. "license": "MIT",
  54. "name": "buffer-alloc",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/LinusU/buffer-alloc.git"
  58. },
  59. "scripts": {
  60. "test": "standard && node test"
  61. },
  62. "version": "1.2.0"
  63. }