mirror of
https://gitee.com/abc126655/finder-refferenct3
synced 2024-12-24 10:48:21 +00:00
278 lines
8.7 KiB
JSON
278 lines
8.7 KiB
JSON
{
|
|
"name": "references-finder",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "references-finder",
|
|
"version": "1.0.0",
|
|
"hasInstallScript": true,
|
|
"dependencies": {
|
|
"fs-extra": "^10.0.0",
|
|
"vue": "^3.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@cocos/creator-types": "^3.8.4",
|
|
"@types/fs-extra": "^9.0.5",
|
|
"@types/node": "^18.17.1"
|
|
}
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"version": "7.23.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@cocos/creator-types": {
|
|
"version": "3.8.4",
|
|
"resolved": "https://registry.npmjs.org/@cocos/creator-types/-/creator-types-3.8.4.tgz",
|
|
"integrity": "sha512-z+8qx726Zl/8rUUpbLjVAiNPn4XweRACEaY1vHeR3EHIcSQ9wtFlIFd2SZX5rOE8lt1S95nxv8OeLYXfbN4/2Q==",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.15",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/fs-extra": {
|
|
"version": "9.0.13",
|
|
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz",
|
|
"integrity": "sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "18.19.61",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.61.tgz",
|
|
"integrity": "sha512-z8fH66NcVkDzBItOao+Nyh0fiy7CYdxIyxnNCcZ60aY0I+EA/y4TSi/S/W9i8DIQvwVo7a0pgzAxmDeNnqrpkw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-core": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.21.3",
|
|
"@vue/shared": "3.3.4",
|
|
"estree-walker": "^2.0.2",
|
|
"source-map-js": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-dom": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/compiler-core": "3.3.4",
|
|
"@vue/shared": "3.3.4"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-sfc": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.15",
|
|
"@vue/compiler-core": "3.3.4",
|
|
"@vue/compiler-dom": "3.3.4",
|
|
"@vue/compiler-ssr": "3.3.4",
|
|
"@vue/reactivity-transform": "3.3.4",
|
|
"@vue/shared": "3.3.4",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.0",
|
|
"postcss": "^8.1.10",
|
|
"source-map-js": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-ssr": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/compiler-dom": "3.3.4",
|
|
"@vue/shared": "3.3.4"
|
|
}
|
|
},
|
|
"node_modules/@vue/reactivity": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/shared": "3.3.4"
|
|
}
|
|
},
|
|
"node_modules/@vue/reactivity-transform": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.15",
|
|
"@vue/compiler-core": "3.3.4",
|
|
"@vue/shared": "3.3.4",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/runtime-core": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/reactivity": "3.3.4",
|
|
"@vue/shared": "3.3.4"
|
|
}
|
|
},
|
|
"node_modules/@vue/runtime-dom": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/runtime-core": "3.3.4",
|
|
"@vue/shared": "3.3.4",
|
|
"csstype": "^3.1.1"
|
|
}
|
|
},
|
|
"node_modules/@vue/server-renderer": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/compiler-ssr": "3.3.4",
|
|
"@vue/shared": "3.3.4"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "3.3.4"
|
|
}
|
|
},
|
|
"node_modules/@vue/shared": {
|
|
"version": "3.3.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/csstype": {
|
|
"version": "3.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/estree-walker": {
|
|
"version": "2.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/magic-string": {
|
|
"version": "0.30.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.4.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "3.3.6",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss": {
|
|
"version": "8.4.30",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.6",
|
|
"picocolors": "^1.0.0",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "5.26.5",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/universalify": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/vue": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/compiler-dom": "3.3.4",
|
|
"@vue/compiler-sfc": "3.3.4",
|
|
"@vue/runtime-dom": "3.3.4",
|
|
"@vue/server-renderer": "3.3.4",
|
|
"@vue/shared": "3.3.4"
|
|
}
|
|
}
|
|
}
|
|
}
|