First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
57
node_modules/rust-result/package.json
generated
vendored
Normal file
57
node_modules/rust-result/package.json
generated
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"_from": "rust-result@^1.0.0",
|
||||
"_id": "rust-result@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-NMdbLm3Dn+WHXlveyFteD5FTb3I=",
|
||||
"_location": "/rust-result",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"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",
|
||||
"_shasum": "34c75b2e6dc39fe5875e5bdec85b5e0f91536f72",
|
||||
"_spec": "rust-result@^1.0.0",
|
||||
"_where": "F:\\Documents\\websites\\BMM\\node_modules\\safe-json-parse",
|
||||
"author": {
|
||||
"name": "Maciej Małecki",
|
||||
"email": "me@mmalecki.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mmalecki/rust-result.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"individual": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue