| 123456789101112131415161718192021222324252627 | {  "name": "is-expression",  "version": "3.0.0",  "description": "Check if a string is a valid JavaScript expression",  "keywords": [    "javascript",    "expression"  ],  "dependencies": {    "acorn": "~4.0.2",    "object-assign": "^4.0.1"  },  "devDependencies": {    "istanbul": "*",    "testit": "^2.0.2"  },  "scripts": {    "test": "node test && npm run coverage",    "coverage": "istanbul cover test.js"  },  "repository": {    "type": "git",    "url": "https://github.com/pugjs/is-expression.git"  },  "author": "Timothy Gu <timothygu99@gmail.com>",  "license": "MIT"}
 |