package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "node-fetch-npm@2.0.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-fetch-npm@2.0.3",
  10. "_id": "node-fetch-npm@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DgwoKEsqLnFZtk3ap7GWBHcHwnUhsNmQqEDcdjfQ8GofLEFJ081NAd4Uin3R7RFZBWVJCwHISw1oaEqPgSLloA==",
  13. "_location": "/node-fetch-npm",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "node-fetch-npm@2.0.3",
  19. "name": "node-fetch-npm",
  20. "escapedName": "node-fetch-npm",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/make-fetch-happen"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "David Frank"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/npm/node-fetch-npm/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Rebecca Turner",
  40. "email": "me@re-becca.org"
  41. },
  42. {
  43. "name": "Kat Marchán",
  44. "email": "kzm@sykosomatic.org"
  45. }
  46. ],
  47. "dependencies": {
  48. "encoding": "^0.1.11",
  49. "json-parse-better-errors": "^1.0.0",
  50. "safe-buffer": "^5.1.1"
  51. },
  52. "description": "An npm cli-oriented fork of the excellent node-fetch",
  53. "devDependencies": {
  54. "chai": "^3.5.0",
  55. "chai-as-promised": "^6.0.0",
  56. "chai-iterator": "^1.1.1",
  57. "chai-string": "^1.4.0",
  58. "codecov": "^1.0.1",
  59. "cross-env": "^3.1.4",
  60. "form-data": "^2.2.0",
  61. "is-builtin-module": "^1.0.0",
  62. "mocha": "^3.5.0",
  63. "nyc": "^10.3.2",
  64. "parted": "^0.1.1",
  65. "promise": "^7.3.1",
  66. "resumer": "0.0.0",
  67. "standard": "^10.0.3",
  68. "standard-version": "^4.2.0",
  69. "weallbehave": "^1.2.0",
  70. "weallcontribute": "^1.0.8",
  71. "whatwg-url": "^4.8.0"
  72. },
  73. "engines": {
  74. "node": ">=4"
  75. },
  76. "files": [
  77. "src/*.js"
  78. ],
  79. "homepage": "https://github.com/npm/node-fetch-npm",
  80. "keywords": [
  81. "fetch",
  82. "http",
  83. "promise"
  84. ],
  85. "license": "MIT",
  86. "main": "src/index.js",
  87. "name": "node-fetch-npm",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/npm/node-fetch-npm.git"
  91. },
  92. "scripts": {
  93. "coverage": "nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json",
  94. "postrelease": "npm publish && git push --follow-tags",
  95. "prerelease": "npm t",
  96. "pretest": "standard src/*",
  97. "release": "standard-version -s",
  98. "report": "nyc --reporter lcov --reporter text mocha -R spec test/test.js",
  99. "test": "mocha test/test.js",
  100. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  101. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  102. },
  103. "version": "2.0.3"
  104. }