infrastructure-components
Version:
Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.
86 lines (85 loc) • 2.44 kB
JSON
{
"_args": [
[
"tiny-warning@1.0.2",
"/Users/frank.zickert/WebstormProjects/infrastructure-components"
]
],
"_from": "tiny-warning@1.0.2",
"_id": "tiny-warning@1.0.2",
"_inBundle": false,
"_integrity": "sha512-rru86D9CpQRLvsFG5XFdy0KdLAvjdQDyZCsRcuu60WtzFylDM3eAWSxEVz5kzL2Gp544XiUvPbVKtOA/txLi9Q==",
"_location": "/tiny-warning",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tiny-warning@1.0.2",
"name": "tiny-warning",
"escapedName": "tiny-warning",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/history",
"/react-router",
"/react-router-dom"
],
"_resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/Users/frank.zickert/WebstormProjects/infrastructure-components",
"author": {
"name": "Alex Reardon",
"email": "alexreardon@gmail.com"
},
"bugs": {
"url": "https://github.com/alexreardon/tiny-warning/issues"
},
"description": "A tiny warning function",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"@babel/preset-flow": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"flow-bin": "0.89.0",
"jest": "^23.6.0",
"prettier": "1.15.3",
"rimraf": "^2.6.2",
"rollup": "^0.68.0",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.0"
},
"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,
"version": "1.0.2"
}