line_push/node_modules/is-expression/package.json
2022-07-17 13:16:16 +08:00

67 lines
1.6 KiB
JSON

{
"_args": [
[
"is-expression@4.0.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_development": true,
"_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": "version",
"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",
"_spec": "4.0.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "Timothy Gu",
"email": "timothygu99@gmail.com"
},
"bugs": {
"url": "https://github.com/pugjs/is-expression/issues"
},
"dependencies": {
"acorn": "^7.1.1",
"object-assign": "^4.1.1"
},
"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"
}