package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. "pseudomap": "1.0.2"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "editorconfig@^0.15.3",
  14. "name": "editorconfig",
  15. "escapedName": "editorconfig",
  16. "rawSpec": "^0.15.3",
  17. "saveSpec": null,
  18. "fetchSpec": "^0.15.3"
  19. },
  20. "_requiredBy": [
  21. "/js-beautify"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz",
  24. "_shasum": "bef84c4e75fb8dcb0ce5cee8efd51c15999befc5",
  25. "_spec": "editorconfig@^0.15.3",
  26. "_where": "H:\\gs_nuxt\\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. "dependencies": {
  52. "commander": "^2.19.0",
  53. "lru-cache": "^4.1.5",
  54. "semver": "^5.6.0",
  55. "sigmund": "^1.0.1"
  56. },
  57. "deprecated": false,
  58. "description": "EditorConfig File Locator and Interpreter for Node.js",
  59. "devDependencies": {
  60. "@types/mocha": "^5.2.6",
  61. "@types/node": "^10.12.29",
  62. "@types/semver": "^5.5.0",
  63. "cpy-cli": "^2.0.0",
  64. "eclint": "^2.8.1",
  65. "mocha": "^5.2.0",
  66. "rimraf": "^2.6.3",
  67. "should": "^13.2.3",
  68. "tslint": "^5.13.1",
  69. "typescript": "^3.3.3333"
  70. },
  71. "directories": {
  72. "bin": "./bin",
  73. "lib": "./lib"
  74. },
  75. "homepage": "https://github.com/editorconfig/editorconfig-core-js#readme",
  76. "keywords": [
  77. "editorconfig",
  78. "core"
  79. ],
  80. "license": "MIT",
  81. "main": "src/index.js",
  82. "name": "editorconfig",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/editorconfig/editorconfig-core-js.git"
  86. },
  87. "scripts": {
  88. "build": "tsc",
  89. "clean": "rimraf dist",
  90. "copy": "cpy .npmignore LICENSE README.md CHANGELOG.md dist && cpy bin/* dist/bin && cpy src/lib/fnmatch*.* dist/src/lib",
  91. "eclint": "eclint check --indent_size ignore \"src/**\"",
  92. "lint": "npm run eclint && npm run tslint",
  93. "prebuild": "npm run clean",
  94. "prepub": "npm run lint && npm run build && npm run copy",
  95. "pretest": "npm run lint && npm run build && npm run copy && cmake .",
  96. "pretest:ci": "npm run pretest",
  97. "pub": "npm publish ./dist",
  98. "test": "ctest .",
  99. "test:ci": "ctest -VV --output-on-failure .",
  100. "tslint": "tslint --project tsconfig.json --exclude package.json"
  101. },
  102. "version": "0.15.3"
  103. }