package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "sumchecker@^3.0.1",
  3. "_id": "sumchecker@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==",
  6. "_location": "/sumchecker",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sumchecker@^3.0.1",
  12. "name": "sumchecker",
  13. "escapedName": "sumchecker",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@electron/get"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz",
  22. "_shasum": "6377e996795abb0b6d348e9b3e1dfb24345a8e42",
  23. "_spec": "sumchecker@^3.0.1",
  24. "_where": "C:\\Users\\LvKun\\Desktop\\offline-pdf-app\\node_modules\\@electron\\get",
  25. "author": {
  26. "name": "Mark Lee"
  27. },
  28. "ava": {
  29. "babel": false,
  30. "compileEnhancements": false
  31. },
  32. "bugs": {
  33. "url": "https://github.com/malept/sumchecker/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "debug": "^4.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "Checksum validator",
  41. "devDependencies": {
  42. "ava": "^2.2.0",
  43. "codecov": "^3.3.0",
  44. "eslint": "^6.1.0",
  45. "eslint-config-standard": "^14.0.0",
  46. "eslint-plugin-ava": "^9.0.0",
  47. "eslint-plugin-import": "^2.18.2",
  48. "eslint-plugin-node": "^10.0.0",
  49. "eslint-plugin-promise": "^4.0.1",
  50. "eslint-plugin-standard": "^4.0.0",
  51. "nyc": "^14.0.0",
  52. "tsd": "^0.11.0"
  53. },
  54. "engines": {
  55. "node": ">= 8.0"
  56. },
  57. "eslintConfig": {
  58. "extends": [
  59. "eslint:recommended",
  60. "plugin:ava/recommended",
  61. "plugin:import/errors",
  62. "plugin:import/warnings",
  63. "plugin:node/recommended",
  64. "plugin:promise/recommended",
  65. "standard"
  66. ],
  67. "plugins": [
  68. "ava"
  69. ],
  70. "rules": {
  71. "node/no-unpublished-require": [
  72. "error",
  73. {
  74. "allowModules": [
  75. "ava"
  76. ]
  77. }
  78. ],
  79. "strict": [
  80. "error"
  81. ]
  82. }
  83. },
  84. "homepage": "https://github.com/malept/sumchecker#readme",
  85. "keywords": [
  86. "checksum",
  87. "hash"
  88. ],
  89. "license": "Apache-2.0",
  90. "main": "index.js",
  91. "name": "sumchecker",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/malept/sumchecker.git"
  95. },
  96. "scripts": {
  97. "ava": "ava test/index.js",
  98. "codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
  99. "coverage": "nyc ava test/index.js",
  100. "lint": "eslint .",
  101. "test": "npm run lint && npm run ava && npm run tsd",
  102. "tsd": "tsd"
  103. },
  104. "types": "index.d.ts",
  105. "version": "3.0.1"
  106. }