package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "editorconfig@^1.0.4",
  3. "_id": "editorconfig@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==",
  6. "_location": "/editorconfig",
  7. "_phantomChildren": {
  8. "balanced-match": "1.0.2"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "editorconfig@^1.0.4",
  14. "name": "editorconfig",
  15. "escapedName": "editorconfig",
  16. "rawSpec": "^1.0.4",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.0.4"
  19. },
  20. "_requiredBy": [
  21. "/js-beautify"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/editorconfig/-/editorconfig-1.0.4.tgz",
  24. "_shasum": "040c9a8e9a6c5288388b87c2db07028aa89f53a3",
  25. "_spec": "editorconfig@^1.0.4",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\js-beautify",
  27. "author": {
  28. "name": "EditorConfig Team"
  29. },
  30. "bin": {
  31. "editorconfig": "bin/editorconfig"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/editorconfig/editorconfig-core-js/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Hong Xu",
  40. "url": "topbug.net"
  41. },
  42. {
  43. "name": "Jed Mao",
  44. "url": "https://github.com/jedmao/"
  45. },
  46. {
  47. "name": "Trey Hunner",
  48. "url": "http://treyhunner.com"
  49. },
  50. {
  51. "name": "Joe Hildebrand",
  52. "url": "https://github.com/hildjj/"
  53. }
  54. ],
  55. "dependencies": {
  56. "@one-ini/wasm": "0.1.1",
  57. "commander": "^10.0.0",
  58. "minimatch": "9.0.1",
  59. "semver": "^7.5.3"
  60. },
  61. "deprecated": false,
  62. "description": "EditorConfig File Locator and Interpreter for Node.js",
  63. "devDependencies": {
  64. "@types/mocha": "^10.0.1",
  65. "@types/node": "^20.3.1",
  66. "@types/semver": "^7.5.0",
  67. "@typescript-eslint/eslint-plugin": "5.60.0",
  68. "@typescript-eslint/parser": "5.60.0",
  69. "c8": "8.0.0",
  70. "eslint": "8.43.0",
  71. "eslint-plugin-jsdoc": "46.2.6",
  72. "mocha": "^10.2.0",
  73. "rimraf": "^5.0.1",
  74. "should": "^13.2.3",
  75. "typescript": "^5.1.3"
  76. },
  77. "directories": {
  78. "bin": "./bin",
  79. "lib": "./lib"
  80. },
  81. "engines": {
  82. "node": ">=14"
  83. },
  84. "homepage": "https://github.com/editorconfig/editorconfig-core-js#readme",
  85. "keywords": [
  86. "editorconfig",
  87. "core"
  88. ],
  89. "license": "MIT",
  90. "main": "./lib/index.js",
  91. "name": "editorconfig",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/editorconfig/editorconfig-core-js.git"
  95. },
  96. "scripts": {
  97. "build": "cmake . && tsc",
  98. "ci": "npm run coverage -- -- -VV --output-on-failure",
  99. "clean": "rimraf lib cmake_install.cmake CTestTestfile.cmake Makefile",
  100. "coverage": "c8 npm run test:all",
  101. "lint": "eslint . --ext ts",
  102. "postcoverage": "npm run build",
  103. "prebuild": "npm run clean",
  104. "precoverage": "npm run build -- --inlineSourceMap",
  105. "prepub": "npm run lint && npm run build",
  106. "pretest": "npm run build && npm run lint",
  107. "pub": "npm publish",
  108. "test": "npm run test:all",
  109. "test:all": "mocha && ctest . --preset Test"
  110. },
  111. "version": "1.0.4"
  112. }