hummus-recipe
Version:
A powerful PDF tool for NodeJS based on HummusJS
103 lines (102 loc) • 2.28 kB
JSON
{
"_from": "falafel@^2.1.0",
"_id": "falafel@2.2.4",
"_inBundle": false,
"_integrity": "sha512-0HXjo8XASWRmsS0X1EkhwEMZaD3Qvp7FfURwjLKjG1ghfRm/MGZl2r4cWUTv41KdNghTw4OUMmVtdGQp3+H+uQ==",
"_location": "/falafel",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "falafel@^2.1.0",
"name": "falafel",
"escapedName": "falafel",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/static-module"
],
"_resolved": "https://registry.npmjs.org/falafel/-/falafel-2.2.4.tgz",
"_shasum": "b5d86c060c2412a43166243cb1bce44d1abd2819",
"_spec": "falafel@^2.1.0",
"_where": "/Users/johnhuang/sandbox/hummusRecipe/pdfkit/node_modules/static-module",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-falafel/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn": "^7.1.1",
"foreach": "^2.0.5",
"isarray": "^2.0.1",
"object-keys": "^1.0.6"
},
"deprecated": false,
"description": "transform the ast on a recursive walk",
"devDependencies": {
"acorn-jsx": "^5.2.0",
"covert": "^1.1.0",
"glob": "^6.0.4",
"safe-buffer": "^5.2.0",
"semver": "^6.0.0",
"tape": "^4.0.0"
},
"directories": {
"example": "example",
"test": "test"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/substack/node-falafel#readme",
"keywords": [
"ast",
"burrito",
"source",
"syntax",
"traversal",
"tree"
],
"license": "MIT",
"main": "index.js",
"name": "falafel",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-falafel.git"
},
"scripts": {
"coverage": "covert test/*.js",
"test": "node --harmony test/bin/run.js test/*.js"
},
"testling": {
"browsers": {
"chrome": [
"20.0"
],
"firefox": [
"10.0",
"15.0"
],
"iexplore": [
"6.0",
"7.0",
"8.0",
"9.0"
],
"opera": [
"12.0"
],
"safari": [
"5.1"
]
},
"files": "test/*.js"
},
"version": "2.2.4"
}