package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "esrecurse@^4.3.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.3.0",
  12. "name": "esrecurse",
  13. "escapedName": "esrecurse",
  14. "rawSpec": "^4.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.3.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint-scope",
  20. "/webpack/eslint-scope"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  23. "_shasum": "7ad7964d679abb28bee72cec63758b1c5d2c9921",
  24. "_spec": "esrecurse@^4.3.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-scope",
  26. "babel": {
  27. "presets": [
  28. "es2015"
  29. ]
  30. },
  31. "bugs": {
  32. "url": "https://github.com/estools/esrecurse/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "estraverse": "^5.2.0"
  37. },
  38. "deprecated": false,
  39. "description": "ECMAScript AST recursive visitor",
  40. "devDependencies": {
  41. "babel-cli": "^6.24.1",
  42. "babel-eslint": "^7.2.3",
  43. "babel-preset-es2015": "^6.24.1",
  44. "babel-register": "^6.24.1",
  45. "chai": "^4.0.2",
  46. "esprima": "^4.0.0",
  47. "gulp": "^3.9.0",
  48. "gulp-bump": "^2.7.0",
  49. "gulp-eslint": "^4.0.0",
  50. "gulp-filter": "^5.0.0",
  51. "gulp-git": "^2.4.1",
  52. "gulp-mocha": "^4.3.1",
  53. "gulp-tag-version": "^1.2.1",
  54. "jsdoc": "^3.3.0-alpha10",
  55. "minimist": "^1.1.0"
  56. },
  57. "engines": {
  58. "node": ">=4.0"
  59. },
  60. "homepage": "https://github.com/estools/esrecurse",
  61. "license": "BSD-2-Clause",
  62. "main": "esrecurse.js",
  63. "maintainers": [
  64. {
  65. "name": "Yusuke Suzuki",
  66. "email": "utatane.tea@gmail.com",
  67. "url": "https://github.com/Constellation"
  68. }
  69. ],
  70. "name": "esrecurse",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/estools/esrecurse.git"
  74. },
  75. "scripts": {
  76. "lint": "gulp lint",
  77. "test": "gulp travis",
  78. "unit-test": "gulp test"
  79. },
  80. "version": "4.3.0"
  81. }