项目原始demo,不改动
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

76 lines
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "estraverse@4.2.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "estraverse@4.2.0",
  10. "_id": "estraverse@4.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=",
  13. "_location": "/estraverse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "estraverse@4.2.0",
  19. "name": "estraverse",
  20. "escapedName": "estraverse",
  21. "rawSpec": "4.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.0"
  24. },
  25. "_requiredBy": [
  26. "/escope",
  27. "/eslint-scope",
  28. "/esquery",
  29. "/esrecurse"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz",
  32. "_spec": "4.2.0",
  33. "_where": "D:\\A易云\\YiYunJianZhu",
  34. "bugs": {
  35. "url": "https://github.com/estools/estraverse/issues"
  36. },
  37. "description": "ECMAScript JS AST traversal functions",
  38. "devDependencies": {
  39. "babel-preset-es2015": "^6.3.13",
  40. "babel-register": "^6.3.13",
  41. "chai": "^2.1.1",
  42. "espree": "^1.11.0",
  43. "gulp": "^3.8.10",
  44. "gulp-bump": "^0.2.2",
  45. "gulp-filter": "^2.0.0",
  46. "gulp-git": "^1.0.1",
  47. "gulp-tag-version": "^1.2.1",
  48. "jshint": "^2.5.6",
  49. "mocha": "^2.1.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "homepage": "https://github.com/estools/estraverse",
  55. "license": "BSD-2-Clause",
  56. "main": "estraverse.js",
  57. "maintainers": [
  58. {
  59. "name": "Yusuke Suzuki",
  60. "email": "utatane.tea@gmail.com",
  61. "url": "http://github.com/Constellation"
  62. }
  63. ],
  64. "name": "estraverse",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/estools/estraverse.git"
  68. },
  69. "scripts": {
  70. "lint": "jshint estraverse.js",
  71. "test": "npm run-script lint && npm run-script unit-test",
  72. "unit-test": "mocha --compilers js:babel-register"
  73. },
  74. "version": "4.2.0"
  75. }