package.json 2.8 KB

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