123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_args": [
- [
- "rust-result@1.0.0",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "rust-result@1.0.0",
- "_id": "rust-result@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-6cJzSBU+J/RJCF063onnQf0cDUOHs9uZI1oroSGnHOph+CQTIJ5Pp2hK5kEQq1+7yE/EEWfulSNXAQ2jikPthA==",
- "_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.npmmirror.com/rust-result/-/rust-result-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "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"
- }
|