{ "_args": [ [ "ts-essentials@3.0.5", "/home/riddhi/simulation/Gazebo_simulation-Frontend" ] ], "_from": "ts-essentials@3.0.5", "_id": "ts-essentials@3.0.5", "_inBundle": false, "_integrity": "sha512-2aZyDplUuZ44ABrP9Z8kWzgrCLgntyro+WZMXgJOp5Lhx7e/N3eIDeDQUOHNUKDVyGrGtlOYy1WMkOrZBqLiUA==", "_location": "/ts-essentials", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ts-essentials@3.0.5", "name": "ts-essentials", "escapedName": "ts-essentials", "rawSpec": "3.0.5", "saveSpec": null, "fetchSpec": "3.0.5" }, "_requiredBy": [ "/react-final-form" ], "_resolved": "https://registry.npmjs.org/ts-essentials/-/ts-essentials-3.0.5.tgz", "_spec": "3.0.5", "_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend", "author": { "name": "Krzysztof Kaczor", "email": "chris@kaczor.io" }, "bugs": { "url": "https://github.com/krzkaczor/ts-essentials/issues" }, "description": "All essential Typescript types in one place", "devDependencies": { "@codechecks/build-size-watcher": "^0.1.0", "@codechecks/client": "^0.1.4", "conditional-type-checks": "^1.0.1", "prettier": "^1.18.2", "typescript": "^3.5.2" }, "files": [ "dist" ], "homepage": "https://github.com/krzkaczor/ts-essentials#readme", "keywords": [ "typescript", "types", "essentials" ], "license": "MIT", "main": "dist/index.js", "name": "ts-essentials", "peerDependencies": { "typescript": ">=3.5.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/krzkaczor/ts-essentials.git" }, "scripts": { "build": "rm -rf ./dist && tsc -p tsconfig.prod.json --outDir ./dist", "prepublishOnly": "yarn test && yarn build", "test": "prettier -c **/*.ts && tsc --noEmit", "test:fix": "prettier --write **/*.ts && tsc --noEmit" }, "types": "dist/index.d.ts", "version": "3.0.5" }