You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.0 KiB
JSON

{
"_from": "scule@^1.0.0",
"_id": "scule@1.0.0",
"_inBundle": false,
"_integrity": "sha512-4AsO/FrViE/iDNEPaAQlb77tf0csuq27EsVpy6ett584EcRTp6pTDLoGWVxCD77y5iU5FauOvhsI4o1APwPoSQ==",
"_location": "/scule",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "scule@^1.0.0",
"name": "scule",
"escapedName": "scule",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/unimport"
],
"_resolved": "https://registry.npmjs.org/scule/-/scule-1.0.0.tgz",
"_shasum": "895e6f4ba887e78d8b9b4111e23ae84fef82376d",
"_spec": "scule@^1.0.0",
"_where": "D:\\JAVA\\JAVAIDE\\WorkSpace\\IDEA-WorkSpace\\WhiteListManagerSysView\\node_modules\\unimport",
"bugs": {
"url": "https://github.com/unjs/scule/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "String case utils",
"devDependencies": {
"@types/node": "^18.11.9",
"@vitest/coverage-c8": "^0.25.2",
"eslint": "^8.27.0",
"eslint-config-unjs": "^0.0.2",
"standard-version": "^9.5.0",
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
"vitest": "^0.25.2"
},
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./*": "./*"
},
"files": [
"dist"
],
"homepage": "https://github.com/unjs/scule#readme",
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"name": "scule",
"packageManager": "pnpm@7.16.0",
"repository": {
"type": "git",
"url": "git+https://github.com/unjs/scule.git"
},
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts .",
"prepublishOnly": "pnpm build",
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
},
"sideEffects": false,
"types": "./dist/index.d.ts",
"version": "1.0.0"
}