package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "_args": [
  3. [
  4. "pacote@9.5.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pacote@9.5.5",
  10. "_id": "pacote@9.5.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jAEP+Nqj4kyMWyNpfTU/Whx1jA7jEc5cCOlurm0/0oL+v8TAp1QSsK83N7bYe+2bEdFzMAtPG5TBebjzzGV0cA==",
  13. "_location": "/pacote",
  14. "_phantomChildren": {
  15. "bluebird": "3.7.2",
  16. "chownr": "1.1.4",
  17. "figgy-pudding": "3.5.1",
  18. "fs-minipass": "1.2.7",
  19. "fs.realpath": "1.0.0",
  20. "infer-owner": "1.0.4",
  21. "inflight": "1.0.6",
  22. "inherits": "2.0.3",
  23. "minimatch": "3.0.4",
  24. "minipass": "2.9.0",
  25. "minizlib": "1.3.3",
  26. "mississippi": "3.0.0",
  27. "mkdirp": "0.5.1",
  28. "move-concurrently": "1.0.1",
  29. "npm-package-arg": "6.1.0",
  30. "once": "1.4.0",
  31. "path-is-absolute": "1.0.1",
  32. "promise-inflight": "1.0.1",
  33. "safe-buffer": "5.1.2",
  34. "ssri": "6.0.1",
  35. "unique-filename": "1.1.1"
  36. },
  37. "_requested": {
  38. "type": "version",
  39. "registry": true,
  40. "raw": "pacote@9.5.5",
  41. "name": "pacote",
  42. "escapedName": "pacote",
  43. "rawSpec": "9.5.5",
  44. "saveSpec": null,
  45. "fetchSpec": "9.5.5"
  46. },
  47. "_requiredBy": [
  48. "/@angular/cli",
  49. "/@schematics/update"
  50. ],
  51. "_resolved": "https://registry.npmjs.org/pacote/-/pacote-9.5.5.tgz",
  52. "_spec": "9.5.5",
  53. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  54. "author": {
  55. "name": "Kat Marchán",
  56. "email": "kzm@sykosomatic.org"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/npm/pacote/issues"
  60. },
  61. "contributors": [
  62. {
  63. "name": "Charlotte Spencer",
  64. "email": "charlottelaspencer@gmail.com"
  65. },
  66. {
  67. "name": "Rebecca Turner",
  68. "email": "me@re-becca.org"
  69. }
  70. ],
  71. "dependencies": {
  72. "bluebird": "^3.5.3",
  73. "cacache": "^12.0.2",
  74. "figgy-pudding": "^3.5.1",
  75. "get-stream": "^4.1.0",
  76. "glob": "^7.1.3",
  77. "infer-owner": "^1.0.4",
  78. "lru-cache": "^5.1.1",
  79. "make-fetch-happen": "^5.0.0",
  80. "minimatch": "^3.0.4",
  81. "minipass": "^2.3.5",
  82. "mississippi": "^3.0.0",
  83. "mkdirp": "^0.5.1",
  84. "normalize-package-data": "^2.4.0",
  85. "npm-package-arg": "^6.1.0",
  86. "npm-packlist": "^1.1.12",
  87. "npm-pick-manifest": "^2.2.3",
  88. "npm-registry-fetch": "^4.0.0",
  89. "osenv": "^0.1.5",
  90. "promise-inflight": "^1.0.1",
  91. "promise-retry": "^1.1.1",
  92. "protoduck": "^5.0.1",
  93. "rimraf": "^2.6.2",
  94. "safe-buffer": "^5.1.2",
  95. "semver": "^5.6.0",
  96. "ssri": "^6.0.1",
  97. "tar": "^4.4.8",
  98. "unique-filename": "^1.1.1",
  99. "which": "^1.3.1"
  100. },
  101. "description": "JavaScript package downloader",
  102. "devDependencies": {
  103. "nock": "^10.0.3",
  104. "npmlog": "^4.1.2",
  105. "nyc": "^14.1.1",
  106. "require-inject": "^1.4.3",
  107. "standard": "^12.0.1",
  108. "standard-version": "^4.4.0",
  109. "tacks": "^1.2.7",
  110. "tap": "^12.7.0",
  111. "tar-stream": "^1.6.2",
  112. "weallbehave": "^1.2.0",
  113. "weallcontribute": "^1.0.7"
  114. },
  115. "files": [
  116. "*.js",
  117. "lib"
  118. ],
  119. "homepage": "https://github.com/npm/pacote#readme",
  120. "keywords": [
  121. "packages",
  122. "npm",
  123. "git"
  124. ],
  125. "license": "MIT",
  126. "main": "index.js",
  127. "name": "pacote",
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/npm/pacote.git"
  131. },
  132. "scripts": {
  133. "postrelease": "npm publish && git push --follow-tags",
  134. "prerelease": "npm t",
  135. "pretest": "standard",
  136. "release": "standard-version -s",
  137. "test": "nyc --all -- tap -J test/*.js",
  138. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
  139. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  140. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  141. },
  142. "version": "9.5.5"
  143. }