WIP - add extractor, generate snippet_data
This commit is contained in:
73
node_modules/nullthrows/package.json
generated
vendored
Normal file
73
node_modules/nullthrows/package.json
generated
vendored
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user