123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "recast@^0.10.1",
- "_id": "recast@0.10.43",
- "_inBundle": false,
- "_integrity": "sha1-uV1Q9tYHYaX2JS4V2AZ4FoSRzn8=",
- "_location": "/recast",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "recast@^0.10.1",
- "name": "recast",
- "escapedName": "recast",
- "rawSpec": "^0.10.1",
- "saveSpec": null,
- "fetchSpec": "^0.10.1"
- },
- "_requiredBy": [
- "/unreachable-branch-transform"
- ],
- "_resolved": "https://registry.npmjs.org/recast/-/recast-0.10.43.tgz",
- "_shasum": "b95d50f6d60761a5f6252e15d80678168491ce7f",
- "_spec": "recast@^0.10.1",
- "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/unreachable-branch-transform",
- "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.8.15",
- "esprima-fb": "~15001.1001.0-dev-harmony-fb",
- "private": "~0.1.5",
- "source-map": "~0.5.0"
- },
- "deprecated": false,
- "description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
- "devDependencies": {
- "babylon": "~6.4.2",
- "mocha": "~2.2.5"
- },
- "engines": {
- "node": ">= 0.8"
- },
- "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": {
- "debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec",
- "test": "node ./node_modules/mocha/bin/mocha --reporter spec --full-trace"
- },
- "version": "0.10.43"
- }
|