Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
50
Frontend-Learner/node_modules/parse-statements/package.json
generated
vendored
Normal file
50
Frontend-Learner/node_modules/parse-statements/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"name": "parse-statements",
|
||||
"version": "1.0.11",
|
||||
"description": "Fast and easy parser of statements in source code in any language ✂️",
|
||||
"author": "uid11",
|
||||
"bugs": "https://github.com/joomcode/parse-statements/issues",
|
||||
"devDependencies": {
|
||||
"prettier": ">=3.4",
|
||||
"typescript": ">=5.7"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./index.js",
|
||||
"require": "./index.cjs",
|
||||
"types": "./index.d.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"getPreparedOptions.cjs",
|
||||
"getPreparedOptions.js",
|
||||
"index.cjs",
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"types.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/joomcode/parse-statements#readme",
|
||||
"keywords": [
|
||||
"parse",
|
||||
"parser",
|
||||
"source",
|
||||
"statement"
|
||||
],
|
||||
"license": "MIT",
|
||||
"packageManager": "npm@10",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/joomcode/parse-statements.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prettier": "prettier --cache --cache-strategy=content --write .",
|
||||
"prebuild": "rm -f *.cjs *.js *.d.ts",
|
||||
"build": "tsc",
|
||||
"postbuild": "node ./convertEsmToCjs.js",
|
||||
"test": "export _START=$(date +%s%3N) && npm run prettier && npm run build && node ./index.spec.js",
|
||||
"prepublishOnly": "npm test"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"types": "./index.d.ts"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue