File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/ts-invariant/package.json
{
"_args": [
[
"ts-invariant@0.4.4",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "ts-invariant@0.4.4",
"_id": "ts-invariant@0.4.4",
"_inBundle": false,
"_integrity": "sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==",
"_location": "/ts-invariant",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ts-invariant@0.4.4",
"name": "ts-invariant",
"escapedName": "ts-invariant",
"rawSpec": "0.4.4",
"saveSpec": null,
"fetchSpec": "0.4.4"
},
"_requiredBy": [
"/apollo-cache-inmemory",
"/apollo-client",
"/apollo-link",
"/apollo-link-http-common",
"/apollo-utilities"
],
"_resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.4.4.tgz",
"_spec": "0.4.4",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Ben Newman",
"email": "ben@apollographql.com"
},
"bugs": {
"url": "https://github.com/apollographql/invariant-packages/issues"
},
"dependencies": {
"tslib": "^1.9.3"
},
"description": "TypeScript implementation of invariant(condition, message)",
"devDependencies": {
"@types/invariant": "^2.2.29",
"invariant": "^2.2.4",
"mocha": "^5.2.0",
"rollup": "^1.1.2",
"rollup-plugin-typescript2": "^0.19.2"
},
"gitHead": "c83c2aeb7917b93751d17706d800a7ea16d8fe3e",
"homepage": "https://github.com/apollographql/invariant-packages",
"keywords": [
"invariant",
"assertion",
"precondition",
"TypeScript"
],
"license": "MIT",
"main": "lib/invariant.js",
"module": "lib/invariant.esm.js",
"name": "ts-invariant",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/invariant-packages.git"
},
"scripts": {
"build": "tsc && rollup -c",
"mocha": "mocha --reporter spec --full-trace lib/tests.js",
"prepublish": "npm run build",
"test": "npm run build && npm run mocha"
},
"types": "lib/invariant.d.ts",
"version": "0.4.4"
}