🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
31
node_modules/find-yarn-workspace-root2/package.json
generated
vendored
Normal file
31
node_modules/find-yarn-workspace-root2/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "find-yarn-workspace-root2",
|
||||
"version": "1.2.16",
|
||||
"description": "Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com",
|
||||
"homepage": "https://github.com/bluelovers/find-yarn-workspace-root/#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bluelovers/find-yarn-workspace-root/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bluelovers/find-yarn-workspace-root.git"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"author": "Square, Inc.",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "ynpx mocha -- tests/**/*-test.js",
|
||||
"prepublishOnly": "yarn run ncu && yarn run sort-package-json && yarn run test",
|
||||
"ncu": "npx yarn-tool ncu -u",
|
||||
"sort-package-json": "npx yarn-tool sort"
|
||||
},
|
||||
"dependencies": {
|
||||
"micromatch": "^4.0.2",
|
||||
"pkg-dir": "^4.2.0"
|
||||
},
|
||||
"gitHead": "5d21afdc6195a5df0d3888e91f6672cba1d63db8"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue