kitchensink
Version:
Dispatch's awesome components and style guide
96 lines (95 loc) • 2.32 kB
JSON
{
"_args": [
[
"ast-types@0.8.12",
"/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/recast"
]
],
"_from": "ast-types@0.8.12",
"_id": "ast-types@0.8.12",
"_inCache": true,
"_installable": true,
"_location": "/ast-types",
"_npmUser": {
"email": "bn@cs.stanford.edu",
"name": "benjamn"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "ast-types",
"raw": "ast-types@0.8.12",
"rawSpec": "0.8.12",
"scope": null,
"spec": "0.8.12",
"type": "version"
},
"_requiredBy": [
"/recast"
],
"_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz",
"_shasum": "a0d90e4351bb887716c83fd637ebf818af4adfcc",
"_shrinkwrap": null,
"_spec": "ast-types@0.8.12",
"_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/recast",
"author": {
"email": "bn@cs.stanford.edu",
"name": "Ben Newman"
},
"bugs": {
"url": "https://github.com/benjamn/ast-types/issues"
},
"dependencies": {},
"description": "Esprima-compatible implementation of the Mozilla JS Parser API",
"devDependencies": {
"babel-core": "^5.6.15",
"esprima": "~1.2.2",
"esprima-fb": "~14001.1.0-dev-harmony-fb",
"mocha": "~2.2.5"
},
"directories": {},
"dist": {
"shasum": "a0d90e4351bb887716c83fd637ebf818af4adfcc",
"tarball": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz"
},
"engines": {
"node": ">= 0.8"
},
"gitHead": "0be34f9649991dc7d6cf6b0f8e6f0d6f63b31171",
"homepage": "http://github.com/benjamn/ast-types",
"keywords": [
"abstract syntax tree",
"ast",
"dynamic types",
"esprima",
"hierarchy",
"mozilla",
"parser api",
"parsing",
"spidermonkey",
"syntax",
"transformation",
"type checking",
"type system",
"types"
],
"license": "MIT",
"main": "main.js",
"maintainers": [
{
"name": "benjamn",
"email": "bn@cs.stanford.edu"
}
],
"name": "ast-types",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/ast-types.git"
},
"scripts": {
"test": "mocha --reporter spec --full-trace test/run.js"
},
"version": "0.8.12"
}