package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "_from": "esniff@^2.0.1",
  3. "_id": "esniff@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==",
  6. "_location": "/esniff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "esniff@^2.0.1",
  12. "name": "esniff",
  13. "escapedName": "esniff",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/es5-ext"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/esniff/-/esniff-2.0.1.tgz",
  22. "_shasum": "a4d4b43a5c71c7ec51c51098c1d8a29081f9b308",
  23. "_spec": "esniff@^2.0.1",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\es5-ext",
  25. "author": {
  26. "name": "Mariusz Nowak",
  27. "email": "medyk@medikoo.com",
  28. "url": "http://www.medikoo.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/medikoo/esniff/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "d": "^1.0.1",
  36. "es5-ext": "^0.10.62",
  37. "event-emitter": "^0.3.5",
  38. "type": "^2.7.2"
  39. },
  40. "deprecated": false,
  41. "description": "Low footprint ECMAScript source code parser",
  42. "devDependencies": {
  43. "eslint": "^8.56.0",
  44. "eslint-config-medikoo": "^4.2.0",
  45. "esprima": "^4.0.1",
  46. "github-release-from-cc-changelog": "^2.3.0",
  47. "nyc": "^15.1.0",
  48. "prettier-elastic": "^2.7.1",
  49. "tad": "^3.1.1"
  50. },
  51. "engines": {
  52. "node": ">=0.10"
  53. },
  54. "eslintConfig": {
  55. "extends": "medikoo/es5",
  56. "root": true,
  57. "overrides": [
  58. {
  59. "files": [
  60. "index.js"
  61. ],
  62. "rules": {
  63. "max-depth": "off"
  64. }
  65. },
  66. {
  67. "files": [
  68. "index.js",
  69. "utils/is-variable-name.js"
  70. ],
  71. "rules": {
  72. "max-lines": "off"
  73. }
  74. },
  75. {
  76. "files": [
  77. "utils/is-variable-name.js"
  78. ],
  79. "rules": {
  80. "no-misleading-character-class": "off"
  81. }
  82. },
  83. {
  84. "files": [
  85. "test/**"
  86. ],
  87. "env": {
  88. "node": true
  89. }
  90. }
  91. ]
  92. },
  93. "eslintIgnore": [
  94. "/coverage",
  95. "/test/__playground"
  96. ],
  97. "homepage": "https://github.com/medikoo/esniff#readme",
  98. "keywords": [
  99. "sniff",
  100. "analyze",
  101. "ast",
  102. "parse",
  103. "syntax",
  104. "sniffer",
  105. "detective",
  106. "detect",
  107. "find",
  108. "search",
  109. "source",
  110. "code"
  111. ],
  112. "license": "ISC",
  113. "name": "esniff",
  114. "nyc": {
  115. "all": true,
  116. "exclude": [
  117. ".github",
  118. "coverage/**",
  119. "test/**",
  120. "*.config.js"
  121. ],
  122. "reporter": [
  123. "lcov",
  124. "html",
  125. "text-summary"
  126. ]
  127. },
  128. "prettier": {
  129. "printWidth": 100,
  130. "tabWidth": 4,
  131. "overrides": [
  132. {
  133. "files": [
  134. "*.md",
  135. "*.yml"
  136. ],
  137. "options": {
  138. "tabWidth": 2
  139. }
  140. }
  141. ]
  142. },
  143. "repository": {
  144. "type": "git",
  145. "url": "git+https://github.com/medikoo/esniff.git"
  146. },
  147. "scripts": {
  148. "coverage": "nyc npm test",
  149. "lint": "eslint .",
  150. "lint:updated": "pipe-git-updated --base=main --ext=js -- eslint --ignore-pattern '!*'",
  151. "prettier-check": "prettier -c \"**/*.{css,html,js,json,md,yaml,yml}\"",
  152. "prettier-check:updated": "pipe-git-updated --base=main --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  153. "prettify": "prettier --write \"**/*.{css,html,js,json,md,yaml,yml}\"",
  154. "prettify:updated": "pipe-git-updated ---base=main -ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
  155. "test": "node ./node_modules/tad/bin/tad"
  156. },
  157. "version": "2.0.1"
  158. }