{
  "_args": [
    [
      "filtrex@0.5.4",
      "/Users/a09y/serverless-artillery/lib/lambda"
    ]
  ],
  "_from": "filtrex@0.5.4",
  "_id": "filtrex@0.5.4",
  "_inBundle": false,
  "_integrity": "sha1-mAddUY8GjE9Yt7WJoifZi9n2OV0=",
  "_location": "/filtrex",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "filtrex@0.5.4",
    "name": "filtrex",
    "escapedName": "filtrex",
    "rawSpec": "0.5.4",
    "saveSpec": null,
    "fetchSpec": "0.5.4"
  },
  "_requiredBy": [
    "/artillery"
  ],
  "_resolved": "https://registry.npmjs.org/filtrex/-/filtrex-0.5.4.tgz",
  "_spec": "0.5.4",
  "_where": "/Users/a09y/serverless-artillery/lib/lambda",
  "author": {
    "name": "Joe Walnes",
    "url": "https://github.com/joewalnes"
  },
  "bugs": {
    "url": "https://github.com/joewalnes/filtrex/issues"
  },
  "description": "A simple, safe, JavaScript expression engine, allowing end-users to enter arbitrary expressions without p0wning you.",
  "devDependencies": {
    "browserify": "~4.1.2",
    "chai": "^1.9.1",
    "jison": "~0.4.13",
    "mocha": "^1.20.1",
    "uglify-js": "~2.4.13"
  },
  "homepage": "https://github.com/joewalnes/filtrex#readme",
  "keywords": [
    "expression",
    "engine",
    "parsing",
    "parser"
  ],
  "license": "MIT",
  "main": "filtrex.js",
  "name": "filtrex",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/joewalnes/filtrex.git"
  },
  "scripts": {
    "pretest": "make",
    "test": "mocha test/*-test.js"
  },
  "version": "0.5.4"
}
