hummus-recipe
Version:
A powerful PDF tool for NodeJS based on HummusJS
73 lines (72 loc) • 1.77 kB
JSON
{
"_from": "ast-types@^0.7.0",
"_id": "ast-types@0.7.8",
"_inBundle": false,
"_integrity": "sha1-kC0uDWDQcb3NRtwRXhgJ7RHBOKk=",
"_location": "/ast-types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ast-types@^0.7.0",
"name": "ast-types",
"escapedName": "ast-types",
"rawSpec": "^0.7.0",
"saveSpec": null,
"fetchSpec": "^0.7.0"
},
"_requiredBy": [
"/browserify-optional"
],
"_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.7.8.tgz",
"_shasum": "902d2e0d60d071bdcd46dc115e1809ed11c138a9",
"_spec": "ast-types@^0.7.0",
"_where": "/Users/johnhuang/sandbox/hummusRecipe/pdfkit/node_modules/browserify-optional",
"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": {
"esprima": "~1.2.2",
"esprima-fb": "~14001.1.0-dev-harmony-fb",
"mocha": "~1.20.1"
},
"engines": {
"node": ">= 0.6"
},
"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": "mocha --reporter spec test/run.js"
},
"version": "0.7.8"
}