package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "dash-ast@^1.0.0",
  3. "_id": "dash-ast@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==",
  6. "_location": "/dash-ast",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dash-ast@^1.0.0",
  12. "name": "dash-ast",
  13. "escapedName": "dash-ast",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/undeclared-identifiers"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz",
  22. "_shasum": "12029ba5fb2f8aa6f0a861795b23c1b4b6c27d37",
  23. "_spec": "dash-ast@^1.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/undeclared-identifiers",
  25. "author": {
  26. "name": "Renée Kooi",
  27. "email": "renee@kooi.me"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/goto-bus-stop/dash-ast/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "walk an AST, quickly",
  35. "devDependencies": {
  36. "acorn": "^5.5.3",
  37. "astw": "^2.2.0",
  38. "estree-walk": "^2.2.0",
  39. "estree-walker": "^0.5.2",
  40. "nanobench": "^2.1.1",
  41. "standard": "^11.0.1",
  42. "tape": "^4.9.0"
  43. },
  44. "homepage": "https://github.com/goto-bus-stop/dash-ast",
  45. "keywords": [
  46. "ast",
  47. "estree",
  48. "javascript",
  49. "parse",
  50. "transform",
  51. "tree",
  52. "visitor",
  53. "walk",
  54. "walker"
  55. ],
  56. "license": "Apache-2.0",
  57. "main": "index.js",
  58. "name": "dash-ast",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/goto-bus-stop/dash-ast.git"
  62. },
  63. "scripts": {
  64. "test": "standard && node test && node bench"
  65. },
  66. "version": "1.0.0"
  67. }