package.json 2.8 KB

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