package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "esrecurse@^4.1.0",
  3. "_id": "esrecurse@4.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  6. "_location": "/esrecurse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "esrecurse@^4.1.0",
  12. "name": "esrecurse",
  13. "escapedName": "esrecurse",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/eslint-parser/eslint-scope",
  20. "/@typescript-eslint/utils/eslint-scope",
  21. "/eslint-scope",
  22. "/vue-eslint-parser/eslint-scope"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  25. "_shasum": "7ad7964d679abb28bee72cec63758b1c5d2c9921",
  26. "_spec": "esrecurse@^4.1.0",
  27. "_where": "H:\\gs_nuxt\\node_modules\\eslint-scope",
  28. "babel": {
  29. "presets": [
  30. "es2015"
  31. ]
  32. },
  33. "bugs": {
  34. "url": "https://github.com/estools/esrecurse/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "estraverse": "^5.2.0"
  39. },
  40. "deprecated": false,
  41. "description": "ECMAScript AST recursive visitor",
  42. "devDependencies": {
  43. "babel-cli": "^6.24.1",
  44. "babel-eslint": "^7.2.3",
  45. "babel-preset-es2015": "^6.24.1",
  46. "babel-register": "^6.24.1",
  47. "chai": "^4.0.2",
  48. "esprima": "^4.0.0",
  49. "gulp": "^3.9.0",
  50. "gulp-bump": "^2.7.0",
  51. "gulp-eslint": "^4.0.0",
  52. "gulp-filter": "^5.0.0",
  53. "gulp-git": "^2.4.1",
  54. "gulp-mocha": "^4.3.1",
  55. "gulp-tag-version": "^1.2.1",
  56. "jsdoc": "^3.3.0-alpha10",
  57. "minimist": "^1.1.0"
  58. },
  59. "engines": {
  60. "node": ">=4.0"
  61. },
  62. "homepage": "https://github.com/estools/esrecurse",
  63. "license": "BSD-2-Clause",
  64. "main": "esrecurse.js",
  65. "maintainers": [
  66. {
  67. "name": "Yusuke Suzuki",
  68. "email": "utatane.tea@gmail.com",
  69. "url": "https://github.com/Constellation"
  70. }
  71. ],
  72. "name": "esrecurse",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/estools/esrecurse.git"
  76. },
  77. "scripts": {
  78. "lint": "gulp lint",
  79. "test": "gulp travis",
  80. "unit-test": "gulp test"
  81. },
  82. "version": "4.3.0"
  83. }