package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "inflight@1.0.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "inflight@1.0.6",
  9. "_id": "inflight@1.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  12. "_location": "/inflight",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "inflight@1.0.6",
  18. "name": "inflight",
  19. "escapedName": "inflight",
  20. "rawSpec": "1.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.6"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular/glob",
  26. "/@angular/cli/glob",
  27. "/cacache/glob",
  28. "/glob",
  29. "/istanbul-lib-source-maps/glob",
  30. "/make-fetch-happen/glob",
  31. "/pacote/glob",
  32. "/stylus/glob",
  33. "/uglifyjs-webpack-plugin/glob",
  34. "/webpack-dev-server/rimraf/glob",
  35. "/webpack/glob"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  38. "_spec": "1.0.6",
  39. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  40. "author": {
  41. "name": "Isaac Z. Schlueter",
  42. "email": "i@izs.me",
  43. "url": "http://blog.izs.me/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/isaacs/inflight/issues"
  47. },
  48. "dependencies": {
  49. "once": "^1.3.0",
  50. "wrappy": "1"
  51. },
  52. "description": "Add callbacks to requests in flight to avoid async duplication",
  53. "devDependencies": {
  54. "tap": "^7.1.2"
  55. },
  56. "files": [
  57. "inflight.js"
  58. ],
  59. "homepage": "https://github.com/isaacs/inflight",
  60. "license": "ISC",
  61. "main": "inflight.js",
  62. "name": "inflight",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/npm/inflight.git"
  66. },
  67. "scripts": {
  68. "test": "tap test.js --100"
  69. },
  70. "version": "1.0.6"
  71. }