123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_from": "falafel@^1.0.1",
- "_id": "falafel@1.2.0",
- "_inBundle": false,
- "_integrity": "sha1-wY0k71CRF0pJfzGM0ksCaiXN2rQ=",
- "_location": "/falafel",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "falafel@^1.0.1",
- "name": "falafel",
- "escapedName": "falafel",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/inline-process-browser"
- ],
- "_resolved": "https://registry.npmjs.org/falafel/-/falafel-1.2.0.tgz",
- "_shasum": "c18d24ef5091174a497f318cd24b026a25cddab4",
- "_spec": "falafel@^1.0.1",
- "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/inline-process-browser",
- "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": "^1.0.3",
- "foreach": "^2.0.5",
- "isarray": "0.0.1",
- "object-keys": "^1.0.6"
- },
- "deprecated": false,
- "description": "transform the ast on a recursive walk",
- "devDependencies": {
- "acorn-jsx": "^2.0.0",
- "covert": "^1.1.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": "1.2.0"
- }
|