61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rust-result@1.0.0",
|
|
"/home/runner/work/owncast/owncast/build/javascript"
|
|
]
|
|
],
|
|
"_from": "rust-result@1.0.0",
|
|
"_id": "rust-result@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-NMdbLm3Dn+WHXlveyFteD5FTb3I=",
|
|
"_location": "/rust-result",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rust-result@1.0.0",
|
|
"name": "rust-result",
|
|
"escapedName": "rust-result",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/safe-json-parse"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rust-result/-/rust-result-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "/home/runner/work/owncast/owncast/build/javascript",
|
|
"author": {
|
|
"name": "Maciej Małecki",
|
|
"email": "me@mmalecki.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mmalecki/rust-result.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"individual": "^2.0.0"
|
|
},
|
|
"description": "Mimic Rust's `std::result`",
|
|
"devDependencies": {
|
|
"istanbul": "^0.3.5",
|
|
"opn": "^1.0.0",
|
|
"tape": "^3.0.1"
|
|
},
|
|
"homepage": "https://github.com/mmalecki/rust-result.js",
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"name": "rust-result",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mmalecki/rust-result.js.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover --print detail --report html test.js",
|
|
"test": "node test.js",
|
|
"view-cover": "istanbul report html && opn ./coverage/index.html"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|