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.

package.json 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "ast-types@0.x.x",
  3. "_id": "ast-types@0.13.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA==",
  6. "_location": "/ast-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ast-types@0.x.x",
  12. "name": "ast-types",
  13. "escapedName": "ast-types",
  14. "rawSpec": "0.x.x",
  15. "saveSpec": null,
  16. "fetchSpec": "0.x.x"
  17. },
  18. "_requiredBy": [
  19. "/degenerator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.3.tgz",
  22. "_shasum": "50da3f28d17bdbc7969a3a2d83a0e4a72ae755a7",
  23. "_spec": "ast-types@0.x.x",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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. "deprecated": false,
  35. "description": "Esprima-compatible implementation of the Mozilla JS Parser API",
  36. "devDependencies": {
  37. "@babel/parser": "7.4.4",
  38. "@babel/types": "7.4.4",
  39. "@types/esprima": "4.0.2",
  40. "@types/glob": "7.1.1",
  41. "@types/mocha": "5.2.6",
  42. "@types/node": "12.0.0",
  43. "espree": "6.1.1",
  44. "esprima": "4.0.1",
  45. "esprima-fb": "15001.1001.0-dev-harmony-fb",
  46. "flow-parser": "0.98.1",
  47. "glob": "7.1.4",
  48. "mocha": "6.1.4",
  49. "recast": "0.18.1",
  50. "reify": "0.20.6",
  51. "ts-add-module-exports": "1.0.0",
  52. "ts-emit-clean": "1.0.0",
  53. "ts-node": "7.0.1",
  54. "typescript": "3.4.5"
  55. },
  56. "engines": {
  57. "node": ">=4"
  58. },
  59. "homepage": "http://github.com/benjamn/ast-types",
  60. "keywords": [
  61. "ast",
  62. "abstract syntax tree",
  63. "hierarchy",
  64. "mozilla",
  65. "spidermonkey",
  66. "parser api",
  67. "esprima",
  68. "types",
  69. "type system",
  70. "type checking",
  71. "dynamic types",
  72. "parsing",
  73. "transformation",
  74. "syntax"
  75. ],
  76. "license": "MIT",
  77. "main": "main.js",
  78. "name": "ast-types",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/benjamn/ast-types.git"
  82. },
  83. "scripts": {
  84. "build": "tsc && ts-add-module-exports",
  85. "clean": "ts-emit-clean",
  86. "gen": "ts-node --transpile-only script/gen-types.ts",
  87. "mocha": "test/run.sh",
  88. "postpack": "npm run clean",
  89. "prepack": "npm run clean && npm run gen && npm run build",
  90. "test": "npm run gen && npm run build && npm run mocha"
  91. },
  92. "types": "main.d.ts",
  93. "version": "0.13.3"
  94. }