|
|
- {
- "_from": "recast@^0.18.2",
- "_id": "recast@0.18.2",
- "_inBundle": false,
- "_integrity": "sha512-MbuHc1lzIDIn7bpxaqIAGwwtyaokkzPqINf1Vm/LA0BSyVrTgXNVTTT7RzWC9kP+vqrUoYVpd6wHhI8x75ej8w==",
- "_location": "/recast",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "recast@^0.18.2",
- "name": "recast",
- "escapedName": "recast",
- "rawSpec": "^0.18.2",
- "saveSpec": null,
- "fetchSpec": "^0.18.2"
- },
- "_requiredBy": [
- "/@riotjs/compiler"
- ],
- "_resolved": "https://registry.npmjs.org/recast/-/recast-0.18.2.tgz",
- "_shasum": "ada263677edc70c45408caf20e6ae990958fdea8",
- "_spec": "recast@^0.18.2",
- "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/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.2",
- "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.4.4",
- "@babel/parser": "7.4.4",
- "@babel/preset-env": "7.4.4",
- "@types/esprima": "4.0.2",
- "@types/glob": "7.1.1",
- "@types/mocha": "5.2.6",
- "@types/node": "12.0.2",
- "esprima-fb": "15001.1001.0-dev-harmony-fb",
- "flow-parser": "0.98.1",
- "glob": "7.1.4",
- "mocha": "6.1.4",
- "reify": "0.20.12",
- "ts-emit-clean": "1.0.0",
- "ts-node": "7.0.1",
- "typescript": "3.4.5"
- },
- "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.18.2"
- }
|