package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "electron-fetch@^1.7.4",
  3. "_id": "electron-fetch@1.7.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+fBLXEy4CJWQ5bz8dyaeSG1hD6JJ15kBZyj3eh24pIVrd3hLM47H/umffrdQfS6GZ0falF0g9JT9f3Rs6AVUhw==",
  6. "_location": "/electron-fetch",
  7. "_phantomChildren": {
  8. "iconv-lite": "0.6.3"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "electron-fetch@^1.7.4",
  14. "name": "electron-fetch",
  15. "escapedName": "electron-fetch",
  16. "rawSpec": "^1.7.4",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.7.4"
  19. },
  20. "_requiredBy": [
  21. "#USER",
  22. "/"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/electron-fetch/-/electron-fetch-1.7.4.tgz",
  25. "_shasum": "af975ab92a14798bfaa025f88dcd2e54a7b0b769",
  26. "_spec": "electron-fetch@^1.7.4",
  27. "_where": "/home/ab/workspace/TypeMark",
  28. "author": {
  29. "name": "Mehdi Kouhen"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/arantes555/electron-fetch/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "encoding": "^0.1.13"
  37. },
  38. "deprecated": false,
  39. "description": "A light-weight module that brings window.fetch to electron's background process",
  40. "devDependencies": {
  41. "@babel/core": "^7.15.0",
  42. "@babel/preset-env": "^7.15.0",
  43. "@babel/register": "^7.15.3",
  44. "abortcontroller-polyfill": "^1.7.3",
  45. "babel-eslint": "^10.1.0",
  46. "babel-plugin-istanbul": "^6.0.0",
  47. "basic-auth-parser": "0.0.2",
  48. "chai": "^4.3.4",
  49. "chai-as-promised": "^7.1.1",
  50. "codecov": "^3.8.3",
  51. "cross-env": "^7.0.3",
  52. "electron": "^13.2.1",
  53. "electron-mocha": "^10.1.0",
  54. "form-data": "^4.0.0",
  55. "is-builtin-module": "^3.1.0",
  56. "istanbul-api": "^3.0.0",
  57. "istanbul-lib-coverage": "^3.0.0",
  58. "mocha": "^9.1.0",
  59. "nyc": "^15.1.0",
  60. "parted": "^0.1.1",
  61. "promise": "^8.1.0",
  62. "proxy": "^1.0.2",
  63. "resumer": "0.0.0",
  64. "rollup": "^2.56.3",
  65. "rollup-plugin-babel": "^4.4.0",
  66. "standard": "^16.0.3",
  67. "ts-node": "^10.2.1",
  68. "typescript": "^4.3.5",
  69. "whatwg-url": "^9.1.0",
  70. "xvfb-maybe": "^0.2.1"
  71. },
  72. "engines": {
  73. "node": ">=6"
  74. },
  75. "files": [
  76. "lib/index.js",
  77. "lib/index.es.js",
  78. "index.d.ts"
  79. ],
  80. "homepage": "https://github.com/arantes555/electron-fetch",
  81. "keywords": [
  82. "fetch",
  83. "http",
  84. "promise",
  85. "electron"
  86. ],
  87. "license": "MIT",
  88. "main": "lib/index.js",
  89. "module": "lib/index.es.js",
  90. "name": "electron-fetch",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/arantes555/electron-fetch.git"
  94. },
  95. "scripts": {
  96. "build": "cross-env BABEL_ENV=rollup rollup -c",
  97. "coverage": "xvfb-maybe cross-env BABEL_ENV=coverage electron-mocha --require @babel/register test/test.js --reporter test/coverage-reporter.js",
  98. "lint": "standard",
  99. "prepublishOnly": "npm run build",
  100. "pretest:typings": "npm run build",
  101. "report": "npm run lint && npm run test:typings && npm run coverage && codecov -f coverage/coverage-final.json",
  102. "test": "npm run test:electron && npm run test:node && npm run test:typings && standard",
  103. "test:electron": "xvfb-maybe cross-env BABEL_ENV=test electron-mocha --require @babel/register test/test.js",
  104. "test:node": "cross-env BABEL_ENV=test mocha --require @babel/register test/test.js",
  105. "test:typings": "ts-node test/test-typescript.ts"
  106. },
  107. "types": "index.d.ts",
  108. "version": "1.7.4"
  109. }