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.

94 lines
2.4 KiB

{
"_from": "recast@^0.19.1",
"_id": "recast@0.19.1",
"_inBundle": false,
"_integrity": "sha512-8FCjrBxjeEU2O6I+2hyHyBFH1siJbMBLwIRvVr1T3FD2cL754sOaJDsJ/8h3xYltasbJ8jqWRIhMuDGBSiSbjw==",
"_location": "/recast",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "recast@^0.19.1",
"name": "recast",
"escapedName": "recast",
"rawSpec": "^0.19.1",
"saveSpec": null,
"fetchSpec": "^0.19.1"
},
"_requiredBy": [
"/@riotjs/compiler"
],
"_resolved": "https://registry.npmjs.org/recast/-/recast-0.19.1.tgz",
"_shasum": "555f3612a5a10c9f44b9a923875c51ff775de6c8",
"_spec": "recast@^0.19.1",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/@riotjs/compiler",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/benjamn/recast/issues"
},
"bundleDependencies": false,
"dependencies": {
"ast-types": "0.13.3",
"esprima": "~4.0.0",
"private": "^0.1.8",
"source-map": "~0.6.1"
},
"deprecated": false,
"description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/parser": "7.9.2",
"@babel/preset-env": "7.9.0",
"@types/esprima": "4.0.2",
"@types/glob": "7.1.1",
"@types/mocha": "5.2.7",
"@types/node": "13.1.1",
"esprima-fb": "15001.1001.0-dev-harmony-fb",
"flow-parser": "0.119.1",
"glob": "7.1.5",
"mocha": "6.2.2",
"reify": "0.20.12",
"ts-emit-clean": "1.0.0",
"ts-node": "7.0.1",
"typescript": "3.6.4"
},
"engines": {
"node": ">= 4"
},
"homepage": "http://github.com/benjamn/recast",
"keywords": [
"ast",
"rewriting",
"refactoring",
"codegen",
"syntax",
"transformation",
"parsing",
"pretty-printing"
],
"license": "MIT",
"main": "main.js",
"name": "recast",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/recast.git"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "ts-emit-clean",
"debug": "test/run.sh --inspect-brk",
"mocha": "test/run.sh",
"postpack": "npm run clean",
"prepack": "npm run build",
"test": "npm run build && npm run mocha"
},
"types": "main.d.ts",
"version": "0.19.1"
}