{ "_args": [ [ "ast-types@0.14.1", "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1" ] ], "_development": true, "_from": "ast-types@0.14.1", "_id": "ast-types@0.14.1", "_inBundle": false, "_integrity": "sha1-C0FQQ3cNeiy+SydwJxy9fSyfYbk=", "_location": "/ast-types", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ast-types@0.14.1", "name": "ast-types", "escapedName": "ast-types", "rawSpec": "0.14.1", "saveSpec": null, "fetchSpec": "0.14.1" }, "_requiredBy": [ "/recast" ], "_resolved": "https://registry.npm.taobao.org/ast-types/download/ast-types-0.14.1.tgz?cache=0&sync_timestamp=1599935985242&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fast-types%2Fdownload%2Fast-types-0.14.1.tgz", "_spec": "0.14.1", "_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1", "author": { "name": "Ben Newman", "email": "bn@cs.stanford.edu" }, "bugs": { "url": "https://github.com/benjamn/ast-types/issues" }, "dependencies": { "tslib": "^2.0.1" }, "description": "Esprima-compatible implementation of the Mozilla JS Parser API", "devDependencies": { "@babel/parser": "7.11.4", "@babel/types": "7.4.4", "@types/esprima": "4.0.2", "@types/glob": "7.1.3", "@types/mocha": "8.0.3", "@types/node": "12.0.0", "espree": "7.3.0", "esprima": "4.0.1", "esprima-fb": "15001.1001.0-dev-harmony-fb", "flow-parser": "0.132.0", "glob": "7.1.6", "mocha": "^8.1.1", "recast": "0.20.1", "reify": "0.20.12", "ts-add-module-exports": "1.0.0", "ts-emit-clean": "1.0.0", "ts-node": "7.0.1", "typescript": "3.9.7" }, "engines": { "node": ">=4" }, "homepage": "http://github.com/benjamn/ast-types", "keywords": [ "ast", "abstract syntax tree", "hierarchy", "mozilla", "spidermonkey", "parser api", "esprima", "types", "type system", "type checking", "dynamic types", "parsing", "transformation", "syntax" ], "license": "MIT", "main": "main.js", "name": "ast-types", "repository": { "type": "git", "url": "git://github.com/benjamn/ast-types.git" }, "scripts": { "build": "tsc && ts-add-module-exports", "clean": "ts-emit-clean", "gen": "ts-node --transpile-only script/gen-types.ts", "mocha": "test/run.sh", "postpack": "npm run clean", "prepack": "npm run clean && npm run gen && npm run build", "test": "npm run gen && npm run build && npm run mocha" }, "types": "main.d.ts", "version": "0.14.1" }