mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-22 22:04:45 +00:00
.
This commit is contained in:
parent
00c3b50fca
commit
ae5dcb46c8
7331 changed files with 1784502 additions and 0 deletions
51
node_modules/lcid/package.json
generated
vendored
Normal file
51
node_modules/lcid/package.json
generated
vendored
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"name": "lcid",
|
||||
"version": "2.0.0",
|
||||
"description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/lcid",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lcid.json"
|
||||
],
|
||||
"keywords": [
|
||||
"lcid",
|
||||
"locale",
|
||||
"string",
|
||||
"str",
|
||||
"id",
|
||||
"identifier",
|
||||
"windows",
|
||||
"language",
|
||||
"lang",
|
||||
"map",
|
||||
"mapping",
|
||||
"convert",
|
||||
"json",
|
||||
"bcp47",
|
||||
"ietf",
|
||||
"tag"
|
||||
],
|
||||
"dependencies": {
|
||||
"invert-kv": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz"
|
||||
,"_integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA=="
|
||||
,"_from": "lcid@2.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue