{
  "_from": "is-expression@^2.0.1",
  "_id": "is-expression@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-kb6dR968/vB3l36XIr5tz7RGXvA=",
  "_location": "/is-expression",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-expression@^2.0.1",
    "name": "is-expression",
    "escapedName": "is-expression",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/constantinople"
  ],
  "_resolved": "https://registry.npmjs.org/is-expression/-/is-expression-2.1.0.tgz",
  "_shasum": "91be9d47debcfef077977e9722be6dcfb4465ef0",
  "_spec": "is-expression@^2.0.1",
  "_where": "/Users/fzy/project/efang/node_modules/constantinople",
  "author": {
    "name": "Timothy Gu",
    "email": "timothygu99@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/pugjs/is-expression/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "acorn": "~3.3.0",
    "object-assign": "^4.0.1"
  },
  "deprecated": false,
  "description": "Check if a string is a valid JavaScript expression",
  "devDependencies": {
    "istanbul": "*",
    "testit": "^2.0.2"
  },
  "homepage": "https://github.com/pugjs/is-expression#readme",
  "keywords": [
    "javascript",
    "expression"
  ],
  "license": "MIT",
  "name": "is-expression",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pugjs/is-expression.git"
  },
  "scripts": {
    "coverage": "istanbul cover test.js",
    "test": "node test && npm run coverage"
  },
  "version": "2.1.0"
}