修改后台权限
This commit is contained in:
21
node_modules/@ts-morph/common/LICENSE
generated
vendored
Normal file
21
node_modules/@ts-morph/common/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2017 David Sherret
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
3295
node_modules/@ts-morph/common/dist/ts-morph-common.js
generated
vendored
Normal file
3295
node_modules/@ts-morph/common/dist/ts-morph-common.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
199120
node_modules/@ts-morph/common/dist/typescript.js
generated
vendored
Normal file
199120
node_modules/@ts-morph/common/dist/typescript.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1081
node_modules/@ts-morph/common/lib/ts-morph-common.d.ts
generated
vendored
Normal file
1081
node_modules/@ts-morph/common/lib/ts-morph-common.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
11400
node_modules/@ts-morph/common/lib/typescript.d.ts
generated
vendored
Normal file
11400
node_modules/@ts-morph/common/lib/typescript.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
61
node_modules/@ts-morph/common/package.json
generated
vendored
Normal file
61
node_modules/@ts-morph/common/package.json
generated
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"name": "@ts-morph/common",
|
||||
"version": "0.27.0",
|
||||
"description": "Common functionality for ts-morph packages.",
|
||||
"main": "dist/ts-morph-common.js",
|
||||
"author": "David Sherret",
|
||||
"license": "MIT",
|
||||
"repository": "git+https://github.com/dsherret/ts-morph.git",
|
||||
"types": "lib/ts-morph-common.d.ts",
|
||||
"scripts": {
|
||||
"build": "deno task build:declarations && deno task build:node",
|
||||
"build:node": "rimraf dist && deno task createLibFile && deno task rollup && deno run -A scripts/bundleLocalTs.ts",
|
||||
"build:deno": "rimraf ../../deno/common && rimraf dist-deno && deno task rollup --environment BUILD:deno && deno task build:declarations && deno run -A scripts/buildDeno.ts",
|
||||
"build:declarations": "deno run -A scripts/buildDeclarations.ts",
|
||||
"createLibFile": "deno run -A scripts/createLibFile.ts",
|
||||
"test": "deno run -A npm:mocha",
|
||||
"test:ci": "deno task test",
|
||||
"test:debug": "deno task test --inspect-brk",
|
||||
"rollup": "rollup --config"
|
||||
},
|
||||
"dependencies": {
|
||||
"minimatch": "^10.0.1",
|
||||
"path-browserify": "^1.0.1",
|
||||
"fast-glob": "^3.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-typescript": "^12.1.2",
|
||||
"@types/chai": "^5.2.1",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@types/node": "^22.14.1",
|
||||
"chai": "^5.2.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"mocha": "^11.1.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rollup": "=4.40.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"browser": {
|
||||
"fs": false,
|
||||
"fs/promises": false,
|
||||
"os": false,
|
||||
"fs.realpath": false,
|
||||
"mkdirp": false,
|
||||
"dir-glob": false,
|
||||
"graceful-fs": false,
|
||||
"fast-glob": false,
|
||||
"source-map-support": false,
|
||||
"glob-parent": false,
|
||||
"glob": false,
|
||||
"path": false,
|
||||
"crypto": false,
|
||||
"buffer": false,
|
||||
"@microsoft/typescript-etw": false,
|
||||
"inspector": false
|
||||
}
|
||||
}
|
||||
5
node_modules/@ts-morph/common/readme.md
generated
vendored
Normal file
5
node_modules/@ts-morph/common/readme.md
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# @ts-morph/common
|
||||
|
||||
Common functionality for [ts-morph](../ts-morph) and [@ts-morph/bootstrap](../bootstrap).
|
||||
|
||||
Please do not depend on this library!
|
||||
Reference in New Issue
Block a user