package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "wrappy@1.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "wrappy@1.0.2",
  9. "_id": "wrappy@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
  12. "_location": "/wrappy",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "wrappy@1.0.2",
  18. "name": "wrappy",
  19. "escapedName": "wrappy",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/dezalgo",
  26. "/inflight",
  27. "/once"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/npm/wrappy/issues"
  39. },
  40. "dependencies": {},
  41. "description": "Callback wrapping utility",
  42. "devDependencies": {
  43. "tap": "^2.3.1"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "files": [
  49. "wrappy.js"
  50. ],
  51. "homepage": "https://github.com/npm/wrappy",
  52. "license": "ISC",
  53. "main": "wrappy.js",
  54. "name": "wrappy",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/npm/wrappy.git"
  58. },
  59. "scripts": {
  60. "test": "tap --coverage test/*.js"
  61. },
  62. "version": "1.0.2"
  63. }