package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "doctrine@2.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "doctrine@2.1.0",
  10. "_id": "doctrine@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XNAfwQFiG0LEzX9dGmYkNxbT850=",
  13. "_location": "/doctrine",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "doctrine@2.1.0",
  20. "name": "doctrine",
  21. "escapedName": "doctrine",
  22. "rawSpec": "2.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "2.1.0"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-plugin-eslint/eslint"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/doctrine/download/doctrine-2.1.0.tgz",
  30. "_spec": "2.1.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "bugs": {
  33. "url": "https://github.com/eslint/doctrine/issues"
  34. },
  35. "dependencies": {
  36. "esutils": "^2.0.2"
  37. },
  38. "description": "JSDoc parser",
  39. "devDependencies": {
  40. "coveralls": "^2.11.2",
  41. "dateformat": "^1.0.11",
  42. "eslint": "^1.10.3",
  43. "eslint-release": "^0.10.0",
  44. "linefix": "^0.1.1",
  45. "mocha": "^3.4.2",
  46. "npm-license": "^0.3.1",
  47. "nyc": "^10.3.2",
  48. "semver": "^5.0.3",
  49. "shelljs": "^0.5.3",
  50. "shelljs-nodecli": "^0.1.1",
  51. "should": "^5.0.1"
  52. },
  53. "directories": {
  54. "lib": "./lib"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "lib"
  61. ],
  62. "homepage": "https://github.com/eslint/doctrine",
  63. "license": "Apache-2.0",
  64. "main": "lib/doctrine.js",
  65. "maintainers": [
  66. {
  67. "name": "Nicholas C. Zakas",
  68. "email": "nicholas+npm@nczconsulting.com",
  69. "url": "https://www.nczonline.net"
  70. },
  71. {
  72. "name": "Yusuke Suzuki",
  73. "email": "utatane.tea@gmail.com",
  74. "url": "https://github.com/Constellation"
  75. }
  76. ],
  77. "name": "doctrine",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/eslint/doctrine.git"
  81. },
  82. "scripts": {
  83. "alpharelease": "eslint-prerelease alpha",
  84. "betarelease": "eslint-prerelease beta",
  85. "ci-release": "eslint-ci-release",
  86. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  87. "lint": "eslint lib/",
  88. "pretest": "npm run lint",
  89. "release": "eslint-release",
  90. "test": "nyc mocha"
  91. },
  92. "version": "2.1.0"
  93. }