You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
2.4 KiB

5 years ago
  1. {
  2. "_from": "recast@^0.18.2",
  3. "_id": "recast@0.18.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MbuHc1lzIDIn7bpxaqIAGwwtyaokkzPqINf1Vm/LA0BSyVrTgXNVTTT7RzWC9kP+vqrUoYVpd6wHhI8x75ej8w==",
  6. "_location": "/recast",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "recast@^0.18.2",
  12. "name": "recast",
  13. "escapedName": "recast",
  14. "rawSpec": "^0.18.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.18.2"
  17. },
  18. "_requiredBy": [
  19. "/@riotjs/compiler"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/recast/-/recast-0.18.2.tgz",
  22. "_shasum": "ada263677edc70c45408caf20e6ae990958fdea8",
  23. "_spec": "recast@^0.18.2",
  24. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/@riotjs/compiler",
  25. "author": {
  26. "name": "Ben Newman",
  27. "email": "bn@cs.stanford.edu"
  28. },
  29. "browser": {
  30. "fs": false
  31. },
  32. "bugs": {
  33. "url": "https://github.com/benjamn/recast/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "ast-types": "0.13.2",
  38. "esprima": "~4.0.0",
  39. "private": "^0.1.8",
  40. "source-map": "~0.6.1"
  41. },
  42. "deprecated": false,
  43. "description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
  44. "devDependencies": {
  45. "@babel/core": "7.4.4",
  46. "@babel/parser": "7.4.4",
  47. "@babel/preset-env": "7.4.4",
  48. "@types/esprima": "4.0.2",
  49. "@types/glob": "7.1.1",
  50. "@types/mocha": "5.2.6",
  51. "@types/node": "12.0.2",
  52. "esprima-fb": "15001.1001.0-dev-harmony-fb",
  53. "flow-parser": "0.98.1",
  54. "glob": "7.1.4",
  55. "mocha": "6.1.4",
  56. "reify": "0.20.12",
  57. "ts-emit-clean": "1.0.0",
  58. "ts-node": "7.0.1",
  59. "typescript": "3.4.5"
  60. },
  61. "engines": {
  62. "node": ">= 4"
  63. },
  64. "homepage": "http://github.com/benjamn/recast",
  65. "keywords": [
  66. "ast",
  67. "rewriting",
  68. "refactoring",
  69. "codegen",
  70. "syntax",
  71. "transformation",
  72. "parsing",
  73. "pretty-printing"
  74. ],
  75. "license": "MIT",
  76. "main": "main.js",
  77. "name": "recast",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/benjamn/recast.git"
  81. },
  82. "scripts": {
  83. "build": "npm run clean && tsc",
  84. "clean": "ts-emit-clean",
  85. "debug": "test/run.sh --inspect-brk",
  86. "mocha": "test/run.sh",
  87. "postpack": "npm run clean",
  88. "prepack": "npm run build",
  89. "test": "npm run build && npm run mocha"
  90. },
  91. "types": "main.d.ts",
  92. "version": "0.18.2"
  93. }