{ "_from": "tiny-warning@^1.0.0", "_id": "tiny-warning@1.0.3", "_inBundle": false, "_integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==", "_location": "/tiny-warning", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tiny-warning@^1.0.0", "name": "tiny-warning", "escapedName": "tiny-warning", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/mini-create-react-context", "/react-router", "/react-router-dom", "/react-router-dom/history", "/react-router/history" ], "_resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", "_shasum": "94a30db453df4c643d0fd566060d60a875d84754", "_spec": "tiny-warning@^1.0.0", "_where": "E:\\a-level\\project_js2\\node_modules\\react-router-dom", "author": { "name": "Alex Reardon", "email": "alexreardon@gmail.com" }, "bugs": { "url": "https://github.com/alexreardon/tiny-warning/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A tiny warning function", "devDependencies": { "@babel/core": "^7.5.0", "@babel/preset-env": "^7.5.0", "@babel/preset-flow": "^7.0.0", "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", "regenerator-runtime": "^0.13.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-warning#readme", "keywords": [ "warning", "warn" ], "license": "MIT", "main": "dist/tiny-warning.cjs.js", "module": "dist/tiny-warning.esm.js", "name": "tiny-warning", "repository": { "type": "git", "url": "git+https://github.com/alexreardon/tiny-warning.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-warning.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.3" }