X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=node_modules%2Frust-result%2Fpackage.json;fp=node_modules%2Frust-result%2Fpackage.json;h=5abd1da16b788f6303fa992816f6ffb86a002c4c;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/node_modules/rust-result/package.json b/node_modules/rust-result/package.json new file mode 100644 index 000000000..5abd1da16 --- /dev/null +++ b/node_modules/rust-result/package.json @@ -0,0 +1,80 @@ +{ + "_args": [ + [ + "rust-result@^1.0.0", + "/var/www/yaffs/node_modules/safe-json-parse" + ] + ], + "_from": "rust-result@>=1.0.0 <2.0.0", + "_id": "rust-result@1.0.0", + "_inCache": true, + "_installable": true, + "_location": "/rust-result", + "_nodeVersion": "0.10.33", + "_npmUser": { + "email": "me@mmalecki.com", + "name": "mmalecki" + }, + "_npmVersion": "2.1.12", + "_phantomChildren": {}, + "_requested": { + "name": "rust-result", + "raw": "rust-result@^1.0.0", + "rawSpec": "^1.0.0", + "scope": null, + "spec": ">=1.0.0 <2.0.0", + "type": "range" + }, + "_requiredBy": [ + "/safe-json-parse" + ], + "_resolved": "https://registry.npmjs.org/rust-result/-/rust-result-1.0.0.tgz", + "_shasum": "34c75b2e6dc39fe5875e5bdec85b5e0f91536f72", + "_shrinkwrap": null, + "_spec": "rust-result@^1.0.0", + "_where": "/var/www/yaffs/node_modules/safe-json-parse", + "author": { + "email": "me@mmalecki.com", + "name": "Maciej Małecki" + }, + "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" + }, + "directories": {}, + "dist": { + "shasum": "34c75b2e6dc39fe5875e5bdec85b5e0f91536f72", + "tarball": "https://registry.npmjs.org/rust-result/-/rust-result-1.0.0.tgz" + }, + "gitHead": "98a203341cfd6847ba9373bb9d1fa665eae71a72", + "homepage": "https://github.com/mmalecki/rust-result.js", + "license": "MIT", + "main": "index", + "maintainers": [ + { + "name": "mmalecki", + "email": "me@mmalecki.com" + } + ], + "name": "rust-result", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "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" +}