用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.4 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. {
  2. "name": "doctrine",
  3. "description": "JSDoc parser",
  4. "homepage": "https://github.com/eslint/doctrine",
  5. "main": "lib/doctrine.js",
  6. "version": "3.0.0",
  7. "engines": {
  8. "node": ">=6.0.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": "^3.0.1",
  31. "dateformat": "^1.0.11",
  32. "eslint": "^1.10.3",
  33. "eslint-release": "^1.0.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. "generate-release": "eslint-generate-release",
  50. "generate-alpharelease": "eslint-generate-prerelease alpha",
  51. "generate-betarelease": "eslint-generate-prerelease beta",
  52. "generate-rcrelease": "eslint-generate-prerelease rc",
  53. "publish-release": "eslint-publish-release"
  54. },
  55. "dependencies": {
  56. "esutils": "^2.0.2"
  57. }
  58. }