package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "editorconfig@^0.15.3",
  3. "_id": "editorconfig@0.15.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==",
  6. "_location": "/editorconfig",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "editorconfig@^0.15.3",
  12. "name": "editorconfig",
  13. "escapedName": "editorconfig",
  14. "rawSpec": "^0.15.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.15.3"
  17. },
  18. "_requiredBy": [
  19. "/js-beautify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz",
  22. "_shasum": "bef84c4e75fb8dcb0ce5cee8efd51c15999befc5",
  23. "_spec": "editorconfig@^0.15.3",
  24. "_where": "E:\\boman-framwork\\ruoyi-ui\\node_modules\\js-beautify",
  25. "author": {
  26. "name": "EditorConfig Team"
  27. },
  28. "bin": {
  29. "editorconfig": "bin/editorconfig"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/editorconfig/editorconfig-core-js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Hong Xu",
  38. "url": "topbug.net"
  39. },
  40. {
  41. "name": "Jed Mao",
  42. "url": "https://github.com/jedmao/"
  43. },
  44. {
  45. "name": "Trey Hunner",
  46. "url": "http://treyhunner.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "commander": "^2.19.0",
  51. "lru-cache": "^4.1.5",
  52. "semver": "^5.6.0",
  53. "sigmund": "^1.0.1"
  54. },
  55. "deprecated": false,
  56. "description": "EditorConfig File Locator and Interpreter for Node.js",
  57. "devDependencies": {
  58. "@types/mocha": "^5.2.6",
  59. "@types/node": "^10.12.29",
  60. "@types/semver": "^5.5.0",
  61. "cpy-cli": "^2.0.0",
  62. "eclint": "^2.8.1",
  63. "mocha": "^5.2.0",
  64. "rimraf": "^2.6.3",
  65. "should": "^13.2.3",
  66. "tslint": "^5.13.1",
  67. "typescript": "^3.3.3333"
  68. },
  69. "directories": {
  70. "bin": "./bin",
  71. "lib": "./lib"
  72. },
  73. "homepage": "https://github.com/editorconfig/editorconfig-core-js#readme",
  74. "keywords": [
  75. "editorconfig",
  76. "core"
  77. ],
  78. "license": "MIT",
  79. "main": "src/index.js",
  80. "name": "editorconfig",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/editorconfig/editorconfig-core-js.git"
  84. },
  85. "scripts": {
  86. "build": "tsc",
  87. "clean": "rimraf dist",
  88. "copy": "cpy .npmignore LICENSE README.md CHANGELOG.md dist && cpy bin/* dist/bin && cpy src/lib/fnmatch*.* dist/src/lib",
  89. "eclint": "eclint check --indent_size ignore \"src/**\"",
  90. "lint": "npm run eclint && npm run tslint",
  91. "prebuild": "npm run clean",
  92. "prepub": "npm run lint && npm run build && npm run copy",
  93. "pretest": "npm run lint && npm run build && npm run copy && cmake .",
  94. "pretest:ci": "npm run pretest",
  95. "pub": "npm publish ./dist",
  96. "test": "ctest .",
  97. "test:ci": "ctest -VV --output-on-failure .",
  98. "tslint": "tslint --project tsconfig.json --exclude package.json"
  99. },
  100. "version": "0.15.3"
  101. }