GT2/Ejectable/node_modules/nullthrows/package.json

75 lines
1.8 KiB
JSON

{
"_from": "nullthrows@^1.1.1",
"_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.1",
"name": "nullthrows",
"escapedName": "nullthrows",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/metro",
"/react-native"
],
"_resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz",
"_shasum": "7818258843856ae971eae4208ad7d7eb19a431b1",
"_spec": "nullthrows@^1.1.1",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/react-native",
"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"
}