package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "once@1.4.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "once@1.4.0",
  9. "_id": "once@1.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  12. "_location": "/once",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "once@1.4.0",
  18. "name": "once",
  19. "escapedName": "once",
  20. "rawSpec": "1.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.0"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular/glob",
  26. "/@angular/cli/glob",
  27. "/@angular/compiler-cli/pump",
  28. "/cacache/glob",
  29. "/end-of-stream",
  30. "/get-stream/pump",
  31. "/glob",
  32. "/inflight",
  33. "/istanbul-api",
  34. "/istanbul-lib-source-maps/glob",
  35. "/make-fetch-happen/glob",
  36. "/mississippi/pump",
  37. "/now-and-later",
  38. "/pacote/glob",
  39. "/pump",
  40. "/readdir-scoped-modules",
  41. "/stylus/glob",
  42. "/uglifyjs-webpack-plugin/glob",
  43. "/webpack-dev-server/rimraf/glob",
  44. "/webpack/glob"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  47. "_spec": "1.4.0",
  48. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  49. "author": {
  50. "name": "Isaac Z. Schlueter",
  51. "email": "i@izs.me",
  52. "url": "http://blog.izs.me/"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/isaacs/once/issues"
  56. },
  57. "dependencies": {
  58. "wrappy": "1"
  59. },
  60. "description": "Run a function exactly one time",
  61. "devDependencies": {
  62. "tap": "^7.0.1"
  63. },
  64. "directories": {
  65. "test": "test"
  66. },
  67. "files": [
  68. "once.js"
  69. ],
  70. "homepage": "https://github.com/isaacs/once#readme",
  71. "keywords": [
  72. "once",
  73. "function",
  74. "one",
  75. "single"
  76. ],
  77. "license": "ISC",
  78. "main": "once.js",
  79. "name": "once",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/isaacs/once.git"
  83. },
  84. "scripts": {
  85. "test": "tap test/*.js"
  86. },
  87. "version": "1.4.0"
  88. }