mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 20:09:50 -04:00
89 lines
2.6 KiB
JSON
89 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"tiny-invariant@1.1.0",
|
|
"/home/chinmay/Desktop/HackTJ2020/frontend"
|
|
]
|
|
],
|
|
"_from": "tiny-invariant@1.1.0",
|
|
"_id": "tiny-invariant@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==",
|
|
"_location": "/tiny-invariant",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "tiny-invariant@1.1.0",
|
|
"name": "tiny-invariant",
|
|
"escapedName": "tiny-invariant",
|
|
"rawSpec": "1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/history",
|
|
"/react-router",
|
|
"/react-router-dom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.1.0.tgz",
|
|
"_spec": "1.1.0",
|
|
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
|
|
"author": {
|
|
"name": "Alex Reardon",
|
|
"email": "alexreardon@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/alexreardon/tiny-invariant/issues"
|
|
},
|
|
"description": "A tiny invariant function",
|
|
"devDependencies": {
|
|
"@rollup/plugin-replace": "^2.3.0",
|
|
"@rollup/plugin-typescript": "^3.0.0",
|
|
"@types/jest": "^25.1.0",
|
|
"jest": "^25.1.0",
|
|
"prettier": "^1.19.1",
|
|
"rimraf": "^3.0.1",
|
|
"rollup": "^1.30.1",
|
|
"rollup-plugin-terser": "^5.2.0",
|
|
"ts-expect": "^1.1.0",
|
|
"ts-jest": "^25.0.0",
|
|
"tslib": "^1.10.0",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"files": [
|
|
"/dist",
|
|
"/src"
|
|
],
|
|
"homepage": "https://github.com/alexreardon/tiny-invariant#readme",
|
|
"keywords": [
|
|
"invariant",
|
|
"error"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/tiny-invariant.cjs.js",
|
|
"module": "dist/tiny-invariant.esm.js",
|
|
"name": "tiny-invariant",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alexreardon/tiny-invariant.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn build:clean && yarn build:dist && yarn build:typescript",
|
|
"build:clean": "rimraf dist",
|
|
"build:dist": "yarn rollup --config rollup.config.js",
|
|
"build:flow": "cp src/tiny-invariant.js.flow dist/tiny-invariant.cjs.js.flow",
|
|
"build:typescript": "tsc ./src/tiny-invariant.ts --emitDeclarationOnly --declaration --outDir ./dist",
|
|
"lint": "yarn prettier:check",
|
|
"prepublishOnly": "yarn build",
|
|
"prettier:check": "yarn prettier --write src/** test/**",
|
|
"prettier:write": "yarn prettier --debug-check src/** test/**",
|
|
"test": "yarn jest",
|
|
"typecheck": "yarn tsc --noEmit src/*.ts test/*.ts",
|
|
"validate": "yarn lint && yarn typecheck"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "dist/tiny-invariant.d.ts",
|
|
"version": "1.1.0"
|
|
}
|