Gazebo_simulation-Frontend/node_modules/tiny-invariant/package.json

88 lines
2.5 KiB
JSON

{
"_args": [
[
"tiny-invariant@1.0.6",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "tiny-invariant@1.0.6",
"_id": "tiny-invariant@1.0.6",
"_inBundle": false,
"_integrity": "sha512-FOyLWWVjG+aC0UqG76V53yAWdXfH8bO6FNmyZOuUrzDzK8DI3/JRY25UD7+g49JWM1LXwymsKERB+DzI0dTEQA==",
"_location": "/tiny-invariant",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tiny-invariant@1.0.6",
"name": "tiny-invariant",
"escapedName": "tiny-invariant",
"rawSpec": "1.0.6",
"saveSpec": null,
"fetchSpec": "1.0.6"
},
"_requiredBy": [
"/history",
"/react-router",
"/react-router-dom"
],
"_resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.0.6.tgz",
"_spec": "1.0.6",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Alex Reardon",
"email": "alexreardon@gmail.com"
},
"bugs": {
"url": "https://github.com/alexreardon/tiny-invariant/issues"
},
"description": "A tiny invariant function",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-flow": "^7.0.0",
"@babel/runtime-corejs2": "^7.5.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"flow-bin": "^0.102.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"rollup": "^1.16.6",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2"
},
"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:flow",
"build:clean": "rimraf dist",
"build:dist": "yarn rollup --config rollup.config.js",
"build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/tiny-invariant.cjs.js.flow",
"lint": "yarn prettier --debug-check src/** test/**",
"prepublishOnly": "yarn build",
"test": "yarn jest",
"typecheck": "yarn flow",
"validate": "yarn lint && yarn flow"
},
"sideEffects": false,
"types": "src/index.d.ts",
"version": "1.0.6"
}