mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-12-27 00:18:23 +00:00
GPR authentication support
This commit is contained in:
committed by
Alex Mullans
parent
6c0e2a2a6b
commit
6bd4969ec6
59
node_modules/nimn_schema_builder/package.json
generated
vendored
Normal file
59
node_modules/nimn_schema_builder/package.json
generated
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"nimn_schema_builder@1.1.0",
|
||||
"C:\\dev\\repos\\actions\\setup-dotnet"
|
||||
]
|
||||
],
|
||||
"_from": "nimn_schema_builder@1.1.0",
|
||||
"_id": "nimn_schema_builder@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-DK5/B8CM4qwzG2URy130avcwPev4uO0ev836FbQyKo1ms6I9z/i6EJyiZ+d9xtgloxUri0W+5gfR8YbPq7SheA==",
|
||||
"_location": "/nimn_schema_builder",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "nimn_schema_builder@1.1.0",
|
||||
"name": "nimn_schema_builder",
|
||||
"escapedName": "nimn_schema_builder",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/nimnjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nimn_schema_builder/-/nimn_schema_builder-1.1.0.tgz",
|
||||
"_spec": "1.1.0",
|
||||
"_where": "C:\\dev\\repos\\actions\\setup-dotnet",
|
||||
"author": {
|
||||
"name": "Amit Gupta",
|
||||
"url": "https://github.com/amitguptagwl"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nimndata/nimnjs-schema-builder/issues"
|
||||
},
|
||||
"description": "Build schema from JS object or JSON to feed into nimnjs",
|
||||
"devDependencies": {
|
||||
"browserify": "^16.1.0"
|
||||
},
|
||||
"homepage": "https://github.com/nimndata/nimnjs-schema-builder#readme",
|
||||
"keywords": [
|
||||
"nimn",
|
||||
"nimnjs",
|
||||
"builder",
|
||||
"schema"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "builder.js",
|
||||
"name": "nimn_schema_builder",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nimndata/nimnjs-schema-builder.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bundle": "browserify builder.js -s nimn-schema-builder -o dist/nimn-schema-builder.js"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user