package.json 2.4 KB

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