{ "_from": "is-expression@^4.0.0", "_id": "is-expression@4.0.0", "_inBundle": false, "_integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==", "_location": "/is-expression", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-expression@^4.0.0", "name": "is-expression", "escapedName": "is-expression", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/pug-lexer" ], "_resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz", "_shasum": "c33155962abf21d0afd2552514d67d2ec16fd2ab", "_spec": "is-expression@^4.0.0", "_where": "/home/user/site/node_modules/pug-lexer", "author": { "name": "Timothy Gu", "email": "timothygu99@gmail.com" }, "bugs": { "url": "https://github.com/pugjs/is-expression/issues" }, "bundleDependencies": false, "dependencies": { "acorn": "^7.1.1", "object-assign": "^4.1.1" }, "deprecated": false, "description": "Check if a string is a valid JavaScript expression", "devDependencies": { "nyc": "^15.0.1", "testit": "^3.1.0" }, "files": [ "index.js" ], "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": "nyc node test.js", "test": "node test && npm run coverage" }, "version": "4.0.0" }