{ "_args": [ [ "tcomb@3.2.29", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_development": true, "_from": "tcomb@3.2.29", "_id": "tcomb@3.2.29", "_inBundle": false, "_integrity": "sha512-di2Hd1DB2Zfw6StGv861JoAF5h/uQVu/QJp2g8KVbtfKnoHdBQl5M32YWq6mnSYBQ1vFFrns5B1haWJL7rKaOQ==", "_location": "/tcomb", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "tcomb@3.2.29", "name": "tcomb", "escapedName": "tcomb", "rawSpec": "3.2.29", "saveSpec": null, "fetchSpec": "3.2.29" }, "_requiredBy": [ "/mochawesome-report-generator", "/tcomb-validation" ], "_resolved": "https://registry.npmjs.org/tcomb/-/tcomb-3.2.29.tgz", "_spec": "3.2.29", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Giulio Canti", "email": "giulio.canti@gmail.com" }, "bugs": { "url": "https://github.com/gcanti/tcomb/issues" }, "description": "Type checking and DDD for JavaScript", "devDependencies": { "benchmark": "2.1.0", "eslint": "1.10.3", "mocha": "2.3.4", "typescript": "3.1.6", "webpack": "1.12.14" }, "files": [ "index.js", "lib", "index.d.ts" ], "homepage": "https://github.com/gcanti/tcomb", "keywords": [ "type", "combinators", "checking", "safety", "model", "domain", "debugging", "immutable", "DDD", "JSON", "store" ], "license": "MIT", "main": "index.js", "name": "tcomb", "repository": { "type": "git", "url": "git+https://github.com/gcanti/tcomb.git" }, "scripts": { "dist": "webpack", "lint": "eslint index.js lib test", "perf": "node ./perf/perf", "test": "npm run lint && mocha && npm run typescript", "typescript": "tsc --noEmit tcomb-tests.ts" }, "tags": [ "type", "combinators", "checking", "safety", "model", "domain", "debugging", "immutable", "DDD", "JSON", "store" ], "typings": "index.d.ts", "version": "3.2.29" }