package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "process-nextick-args@2.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "process-nextick-args@2.0.0",
  9. "_id": "process-nextick-args@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
  12. "_location": "/process-nextick-args",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "process-nextick-args@2.0.0",
  18. "name": "process-nextick-args",
  19. "escapedName": "process-nextick-args",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/cloneable-readable",
  26. "/readable-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": "",
  32. "bugs": {
  33. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  34. },
  35. "description": "process.nextTick but always with args",
  36. "devDependencies": {
  37. "tap": "~0.2.6"
  38. },
  39. "files": [
  40. "index.js"
  41. ],
  42. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  43. "license": "MIT",
  44. "main": "index.js",
  45. "name": "process-nextick-args",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  49. },
  50. "scripts": {
  51. "test": "node test.js"
  52. },
  53. "version": "2.0.0"
  54. }