You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
2.8 KiB
102 lines
2.8 KiB
5 months ago
|
{
|
||
|
"_from": "package-json-from-dist@^1.0.0",
|
||
|
"_id": "package-json-from-dist@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
|
||
|
"_location": "/package-json-from-dist",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "package-json-from-dist@^1.0.0",
|
||
|
"name": "package-json-from-dist",
|
||
|
"escapedName": "package-json-from-dist",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/js-beautify/glob"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
|
||
|
"_shasum": "e501cd3094b278495eb4258d4c9f6d5ac3019f00",
|
||
|
"_spec": "package-json-from-dist@^1.0.0",
|
||
|
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\js-beautify\\node_modules\\glob",
|
||
|
"author": {
|
||
|
"name": "Isaac Z. Schlueter",
|
||
|
"email": "i@izs.me",
|
||
|
"url": "https://izs.me"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/isaacs/package-json-from-dist/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Load the local package.json from either src or dist folder",
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^20.12.12",
|
||
|
"prettier": "^3.2.5",
|
||
|
"tap": "^18.5.3",
|
||
|
"tshy": "^1.14.0",
|
||
|
"typedoc": "^0.24.8",
|
||
|
"typescript": "^5.1.6"
|
||
|
},
|
||
|
"exports": {
|
||
|
"./package.json": "./package.json",
|
||
|
".": {
|
||
|
"import": {
|
||
|
"types": "./dist/esm/index.d.ts",
|
||
|
"default": "./dist/esm/index.js"
|
||
|
},
|
||
|
"require": {
|
||
|
"types": "./dist/commonjs/index.d.ts",
|
||
|
"default": "./dist/commonjs/index.js"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"homepage": "https://github.com/isaacs/package-json-from-dist#readme",
|
||
|
"license": "BlueOak-1.0.0",
|
||
|
"main": "./dist/commonjs/index.js",
|
||
|
"name": "package-json-from-dist",
|
||
|
"prettier": {
|
||
|
"semi": false,
|
||
|
"printWidth": 70,
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"singleQuote": true,
|
||
|
"jsxSingleQuote": false,
|
||
|
"bracketSameLine": true,
|
||
|
"arrowParens": "avoid",
|
||
|
"endOfLine": "lf",
|
||
|
"experimentalTernaries": true
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/isaacs/package-json-from-dist.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"format": "prettier --write . --loglevel warn --ignore-path ../../.prettierignore --cache",
|
||
|
"postversion": "npm publish",
|
||
|
"prepare": "tshy",
|
||
|
"prepublishOnly": "git push origin --follow-tags",
|
||
|
"presnap": "npm run prepare",
|
||
|
"pretest": "npm run prepare",
|
||
|
"preversion": "npm test",
|
||
|
"snap": "tap",
|
||
|
"test": "tap",
|
||
|
"typedoc": "typedoc"
|
||
|
},
|
||
|
"tshy": {
|
||
|
"exports": {
|
||
|
"./package.json": "./package.json",
|
||
|
".": "./src/index.ts"
|
||
|
}
|
||
|
},
|
||
|
"type": "module",
|
||
|
"types": "./dist/commonjs/index.d.ts",
|
||
|
"version": "1.0.0"
|
||
|
}
|