This commit is contained in:
MishaBagger
2023-10-25 09:15:21 +03:00
commit b6c10cc93f
9828 changed files with 1446743 additions and 0 deletions

30
33/node_modules/is-expression/package.json generated vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "is-expression",
"version": "4.0.0",
"files": [
"index.js"
],
"description": "Check if a string is a valid JavaScript expression",
"keywords": [
"javascript",
"expression"
],
"dependencies": {
"acorn": "^7.1.1",
"object-assign": "^4.1.1"
},
"devDependencies": {
"nyc": "^15.0.1",
"testit": "^3.1.0"
},
"scripts": {
"test": "node test && npm run coverage",
"coverage": "nyc node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pugjs/is-expression.git"
},
"author": "Timothy Gu <timothygu99@gmail.com>",
"license": "MIT"
}