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.
87 lines
2.0 KiB
87 lines
2.0 KiB
{ |
|
"_args": [ |
|
[ |
|
"os-locale-s-fix@1.0.8-fix-1", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "os-locale-s-fix@1.0.8-fix-1", |
|
"_id": "os-locale-s-fix@1.0.8-fix-1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-Sv0OvhPiMutICiwORAUefv02DCPb62IelBmo8ZsSrRHyI3FStqIWZvjqDkvtjU+lcujo7UNir+dCwKSqlEQ/5w==", |
|
"_location": "/os-locale-s-fix", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "os-locale-s-fix@1.0.8-fix-1", |
|
"name": "os-locale-s-fix", |
|
"escapedName": "os-locale-s-fix", |
|
"rawSpec": "1.0.8-fix-1", |
|
"saveSpec": null, |
|
"fetchSpec": "1.0.8-fix-1" |
|
}, |
|
"_requiredBy": [ |
|
"/@dcloudio/uni-cli-shared" |
|
], |
|
"_resolved": "https://registry.npmjs.org/os-locale-s-fix/-/os-locale-s-fix-1.0.8-fix-1.tgz", |
|
"_spec": "1.0.8-fix-1", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "jeffy-g", |
|
"email": "hirotom1107@gmail.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/jeffy-g/os-locale-s/issues" |
|
}, |
|
"dependencies": { |
|
"lcid": "^3.0.0" |
|
}, |
|
"description": "Its a light weight version that minimizes the dependency module of `os-locale`", |
|
"devDependencies": { |
|
"jest": "^26.4.2" |
|
}, |
|
"engines": { |
|
"node": ">=10", |
|
"yarn": "^1.22.4" |
|
}, |
|
"files": [ |
|
"package.json", |
|
"license", |
|
"reamd.md", |
|
"cjs", |
|
"esm", |
|
"*.d.ts" |
|
], |
|
"homepage": "https://github.com/jeffy-g/os-locale-s#readme", |
|
"keywords": [ |
|
"typescript", |
|
"javascript", |
|
"locale", |
|
"lang", |
|
"language", |
|
"system", |
|
"os", |
|
"string", |
|
"user", |
|
"country", |
|
"id", |
|
"identifier", |
|
"region" |
|
], |
|
"license": "MIT", |
|
"main": "./cjs/index.js", |
|
"module": "./esm/index.js", |
|
"name": "os-locale-s-fix", |
|
"private": false, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/jeffy-g/os-locale-s.git" |
|
}, |
|
"scripts": { |
|
"test": "jest --coverage --silent=false --colors -c=jest.configjs.js" |
|
}, |
|
"sideEffects": false, |
|
"types": "./index.d.ts", |
|
"version": "1.0.8-fix-1" |
|
}
|
|
|