package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "npm-registry-fetch@4.0.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "npm-registry-fetch@4.0.3",
  10. "_id": "npm-registry-fetch@4.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WGvUx0lkKFhu9MbiGFuT9nG2NpfQ+4dCJwRwwtK2HK5izJEvwDxMeUyqbuMS7N/OkpVCqDorV6rO5E4V9F8lJw==",
  13. "_location": "/npm-registry-fetch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "npm-registry-fetch@4.0.3",
  19. "name": "npm-registry-fetch",
  20. "escapedName": "npm-registry-fetch",
  21. "rawSpec": "4.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.3"
  24. },
  25. "_requiredBy": [
  26. "/pacote"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-4.0.3.tgz",
  29. "_spec": "4.0.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Kat Marchán",
  33. "email": "kzm@sykosomatic.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/npm/registry-fetch/issues"
  37. },
  38. "config": {
  39. "nyc": {
  40. "exclude": [
  41. "node_modules/**",
  42. "test/**"
  43. ]
  44. }
  45. },
  46. "dependencies": {
  47. "JSONStream": "^1.3.4",
  48. "bluebird": "^3.5.1",
  49. "figgy-pudding": "^3.4.1",
  50. "lru-cache": "^5.1.1",
  51. "make-fetch-happen": "^5.0.0",
  52. "npm-package-arg": "^6.1.0",
  53. "safe-buffer": "^5.2.0"
  54. },
  55. "description": "Fetch-based http client for use with npm registry APIs",
  56. "devDependencies": {
  57. "cacache": "^12.0.0",
  58. "get-stream": "^4.0.0",
  59. "mkdirp": "^0.5.1",
  60. "nock": "^9.4.3",
  61. "npmlog": "^4.1.2",
  62. "rimraf": "^2.6.2",
  63. "ssri": "^6.0.0",
  64. "standard": "^11.0.1",
  65. "standard-version": "^4.4.0",
  66. "tap": "^12.0.1",
  67. "weallbehave": "^1.2.0",
  68. "weallcontribute": "^1.0.8"
  69. },
  70. "files": [
  71. "*.js",
  72. "lib"
  73. ],
  74. "homepage": "https://github.com/npm/registry-fetch#readme",
  75. "keywords": [
  76. "npm",
  77. "registry",
  78. "fetch"
  79. ],
  80. "license": "ISC",
  81. "main": "index.js",
  82. "name": "npm-registry-fetch",
  83. "publishConfig": {
  84. "tag": "latest-v4"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/npm/registry-fetch.git"
  89. },
  90. "scripts": {
  91. "postrelease": "npm publish && git push --follow-tags",
  92. "prerelease": "npm t",
  93. "pretest": "standard",
  94. "release": "standard-version -s",
  95. "test": "tap -J --coverage test/*.js",
  96. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  97. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  98. },
  99. "version": "4.0.3"
  100. }