|
{
"_from": "ast-types@0.x.x",
"_id": "ast-types@0.11.3",
"_inBundle": false,
"_integrity": "sha1-wgdX/nLucSeOoP89h+XCyjDZ7fg=",
"_location": "/ast-types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ast-types@0.x.x",
"name": "ast-types",
"escapedName": "ast-types",
"rawSpec": "0.x.x",
"saveSpec": null,
"fetchSpec": "0.x.x"
},
"_requiredBy": [
"/degenerator"
],
"_resolved": "http://registry.npm.taobao.org/ast-types/download/ast-types-0.11.3.tgz",
"_shasum": "c20757fe72ee71278ea0ff3d87e5c2ca30d9edf8",
"_spec": "ast-types@0.x.x",
"_where": "/Users/FFIB/Desktop/data_visualization/node_modules/degenerator",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"bugs": {
"url": "https://github.com/benjamn/ast-types/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Esprima-compatible implementation of the Mozilla JS Parser API",
"devDependencies": {
"babel-types": "^6.26.0",
"babylon": "^7.0.0-beta.40",
"espree": "^3.1.7",
"esprima": "~4.0.0",
"esprima-fb": "~14001.1.0-dev-harmony-fb",
"flow-parser": "^0.66.0",
"glob": "^7.1.2",
"mocha": "^5.0.0",
"reify": "^0.14.1"
},
"engines": {
"node": ">= 0.8"
},
"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": {
"test": "test/run.sh"
},
"version": "0.11.3"
}
|