Files
30-seconds-of-code/node_modules/nullthrows/package.json
2019-08-20 15:52:05 +02:00

74 lines
1.8 KiB
JSON

{
"_from": "nullthrows@^1.1.0",
"_id": "nullthrows@1.1.1",
"_inBundle": false,
"_integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==",
"_location": "/nullthrows",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nullthrows@^1.1.0",
"name": "nullthrows",
"escapedName": "nullthrows",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/@gatsbyjs/relay-compiler"
],
"_resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz",
"_shasum": "7818258843856ae971eae4208ad7d7eb19a431b1",
"_spec": "nullthrows@^1.1.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/@gatsbyjs/relay-compiler",
"author": {
"name": "Andres Suarez",
"email": "zertosh@gmail.com"
},
"bugs": {
"url": "https://github.com/zertosh/nullthrows/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "flow typed nullthrows",
"devDependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"flow-bin": "0.87.0",
"jest": "^23.5.0",
"typescript": "3.0.3"
},
"files": [
"nullthrows.d.ts",
"nullthrows.js",
"nullthrows.js.flow"
],
"homepage": "https://github.com/zertosh/nullthrows#readme",
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/__fixtures__/"
],
"watchman": false
},
"keywords": [
"assert",
"flow",
"invariant",
"nullthrows"
],
"license": "MIT",
"main": "nullthrows.js",
"name": "nullthrows",
"repository": {
"type": "git",
"url": "git+https://github.com/zertosh/nullthrows.git"
},
"scripts": {
"test": "jest"
},
"types": "nullthrows.d.ts",
"version": "1.1.1"
}