package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "ast-types@^0.13.2",
  3. "_id": "ast-types@0.13.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
  6. "_location": "/ast-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ast-types@^0.13.2",
  12. "name": "ast-types",
  13. "escapedName": "ast-types",
  14. "rawSpec": "^0.13.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.13.2"
  17. },
  18. "_requiredBy": [
  19. "/degenerator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
  22. "_shasum": "ee0d77b343263965ecc3fb62da16e7222b2b6782",
  23. "_spec": "ast-types@^0.13.2",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\degenerator",
  25. "author": {
  26. "name": "Ben Newman",
  27. "email": "bn@cs.stanford.edu"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/benjamn/ast-types/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "tslib": "^2.0.1"
  35. },
  36. "deprecated": false,
  37. "description": "Esprima-compatible implementation of the Mozilla JS Parser API",
  38. "devDependencies": {
  39. "@babel/parser": "7.7.7",
  40. "@babel/types": "7.4.4",
  41. "@types/esprima": "4.0.2",
  42. "@types/glob": "7.1.1",
  43. "@types/mocha": "5.2.6",
  44. "@types/node": "12.0.0",
  45. "espree": "7.3.0",
  46. "esprima": "4.0.1",
  47. "esprima-fb": "15001.1001.0-dev-harmony-fb",
  48. "flow-parser": "0.132.0",
  49. "glob": "7.1.6",
  50. "mocha": "6.1.4",
  51. "recast": "0.20.0",
  52. "reify": "0.20.12",
  53. "ts-add-module-exports": "1.0.0",
  54. "ts-emit-clean": "1.0.0",
  55. "ts-node": "7.0.1",
  56. "typescript": "3.9.7"
  57. },
  58. "engines": {
  59. "node": ">=4"
  60. },
  61. "homepage": "http://github.com/benjamn/ast-types",
  62. "keywords": [
  63. "ast",
  64. "abstract syntax tree",
  65. "hierarchy",
  66. "mozilla",
  67. "spidermonkey",
  68. "parser api",
  69. "esprima",
  70. "types",
  71. "type system",
  72. "type checking",
  73. "dynamic types",
  74. "parsing",
  75. "transformation",
  76. "syntax"
  77. ],
  78. "license": "MIT",
  79. "main": "main.js",
  80. "name": "ast-types",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/benjamn/ast-types.git"
  84. },
  85. "scripts": {
  86. "build": "tsc && ts-add-module-exports",
  87. "clean": "ts-emit-clean",
  88. "gen": "ts-node --transpile-only script/gen-types.ts",
  89. "mocha": "test/run.sh",
  90. "postpack": "npm run clean",
  91. "prepack": "npm run clean && npm run gen && npm run build",
  92. "test": "npm run gen && npm run build && npm run mocha"
  93. },
  94. "types": "main.d.ts",
  95. "version": "0.13.4"
  96. }