mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 12:01:07 +07:00
77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"nimnjs@1.3.2",
|
||
|
"C:\\dev\\repos\\actions\\setup-dotnet"
|
||
|
]
|
||
|
],
|
||
|
"_from": "nimnjs@1.3.2",
|
||
|
"_id": "nimnjs@1.3.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-TIOtI4iqkQrUM1tiM76AtTQem0c7e56SkDZ7sj1d1MfUsqRcq2ZWQvej/O+HBTZV7u/VKnwlKTDugK/75IRPPw==",
|
||
|
"_location": "/nimnjs",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "nimnjs@1.3.2",
|
||
|
"name": "nimnjs",
|
||
|
"escapedName": "nimnjs",
|
||
|
"rawSpec": "1.3.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.3.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/fast-xml-parser"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/nimnjs/-/nimnjs-1.3.2.tgz",
|
||
|
"_spec": "1.3.2",
|
||
|
"_where": "C:\\dev\\repos\\actions\\setup-dotnet",
|
||
|
"author": {
|
||
|
"name": "Amit Gupta",
|
||
|
"url": "https://github.com/amitguptagwl"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/nimndata/nimnjs-node/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"nimn-date-parser": "^1.0.0",
|
||
|
"nimn_schema_builder": "^1.0.0"
|
||
|
},
|
||
|
"description": "Schema aware compression of JS object/JSON data. 60% more compressed than json",
|
||
|
"devDependencies": {
|
||
|
"benchmark": "^2.1.4",
|
||
|
"browserify": "^15.1.0",
|
||
|
"cbor": "^4.0.0",
|
||
|
"istanbul": "^0.4.5",
|
||
|
"jasmine": "^3.0.0",
|
||
|
"jasmine-core": "^2.99.1",
|
||
|
"msgpack": "^1.0.2",
|
||
|
"notepack.io": "^2.1.2"
|
||
|
},
|
||
|
"homepage": "https://github.com/nimndata/nimnjs-node",
|
||
|
"keywords": [
|
||
|
"nimn",
|
||
|
"nimnjs",
|
||
|
"json",
|
||
|
"compress",
|
||
|
"parse",
|
||
|
"format",
|
||
|
"msgpack"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "src/nimn.js",
|
||
|
"name": "nimnjs",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/nimndata/nimnjs-node.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"bundle": "browserify src/nimn.js -s nimn -o dist/nimn.js",
|
||
|
"coverage": "istanbul cover -x \"tests/*test.js\" jasmine tests/*test.js;",
|
||
|
"coverage:check": "istanbul check-coverage --branch 90 --statement 90",
|
||
|
"test": "jasmine tests/*test.js"
|
||
|
},
|
||
|
"version": "1.3.2"
|
||
|
}
|