package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "doctrine",
  3. "description": "JSDoc parser",
  4. "homepage": "https://github.com/eslint/doctrine",
  5. "main": "lib/doctrine.js",
  6. "version": "2.1.0",
  7. "engines": {
  8. "node": ">=0.10.0"
  9. },
  10. "directories": {
  11. "lib": "./lib"
  12. },
  13. "files": [
  14. "lib"
  15. ],
  16. "maintainers": [
  17. {
  18. "name": "Nicholas C. Zakas",
  19. "email": "nicholas+npm@nczconsulting.com",
  20. "web": "https://www.nczonline.net"
  21. },
  22. {
  23. "name": "Yusuke Suzuki",
  24. "email": "utatane.tea@gmail.com",
  25. "web": "https://github.com/Constellation"
  26. }
  27. ],
  28. "repository": "eslint/doctrine",
  29. "devDependencies": {
  30. "coveralls": "^2.11.2",
  31. "dateformat": "^1.0.11",
  32. "eslint": "^1.10.3",
  33. "eslint-release": "^0.10.0",
  34. "linefix": "^0.1.1",
  35. "mocha": "^3.4.2",
  36. "npm-license": "^0.3.1",
  37. "nyc": "^10.3.2",
  38. "semver": "^5.0.3",
  39. "shelljs": "^0.5.3",
  40. "shelljs-nodecli": "^0.1.1",
  41. "should": "^5.0.1"
  42. },
  43. "license": "Apache-2.0",
  44. "scripts": {
  45. "pretest": "npm run lint",
  46. "test": "nyc mocha",
  47. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  48. "lint": "eslint lib/",
  49. "release": "eslint-release",
  50. "ci-release": "eslint-ci-release",
  51. "alpharelease": "eslint-prerelease alpha",
  52. "betarelease": "eslint-prerelease beta"
  53. },
  54. "dependencies": {
  55. "esutils": "^2.0.2"
  56. },
  57. "__npminstall_done": "Thu Dec 24 2020 20:20:55 GMT+0800 (CST)",
  58. "_from": "doctrine@2.1.0",
  59. "_resolved": "https://registry.npm.taobao.org/doctrine/download/doctrine-2.1.0.tgz"
  60. }