infrastructure-components
Version:
Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.
107 lines (106 loc) • 2.99 kB
JSON
{
"_args": [
[
"react-side-effect@1.1.5",
"/Users/frank.zickert/WebstormProjects/infrastructure-components"
]
],
"_from": "react-side-effect@1.1.5",
"_id": "react-side-effect@1.1.5",
"_inBundle": false,
"_integrity": "sha512-Z2ZJE4p/jIfvUpiUMRydEVpQRf2f8GMHczT6qLcARmX7QRb28JDBTpnM2g/i5y/p7ZDEXYGHWg0RbhikE+hJRw==",
"_location": "/react-side-effect",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-side-effect@1.1.5",
"name": "react-side-effect",
"escapedName": "react-side-effect",
"rawSpec": "1.1.5",
"saveSpec": null,
"fetchSpec": "1.1.5"
},
"_requiredBy": [
"/react-helmet"
],
"_resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-1.1.5.tgz",
"_spec": "1.1.5",
"_where": "/Users/frank.zickert/WebstormProjects/infrastructure-components",
"author": {
"name": "Dan Abramov",
"email": "dan.abramov@me.com",
"url": "http://github.com/gaearon"
},
"bugs": {
"url": "https://github.com/gaearon/react-side-effect/issues"
},
"contributors": [
{
"name": "Louis DeScioli",
"email": "louis.descioli@gmail.com"
}
],
"dependencies": {
"exenv": "^1.2.1",
"shallowequal": "^1.0.1"
},
"description": "Create components whose prop changes map to a global side effect",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"chai": "^3.2.0",
"enzyme": "^2.7.0",
"gzip-size": "^4.1.0",
"isparta": "^4.0.0",
"jsdom": "^9.9.1",
"mocha": "^3.2.0",
"pretty-bytes": "^4.0.2",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"rimraf": "^2.4.3",
"rollup": "^0.56.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-uglify": "^3.0.0"
},
"files": [
"LICENSE",
"README.md",
"lib/"
],
"homepage": "https://github.com/gaearon/react-side-effect",
"keywords": [
"react",
"component",
"side",
"effect"
],
"license": "MIT",
"main": "lib/index.js",
"name": "react-side-effect",
"peerDependencies": {
"react": "^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gaearon/react-side-effect.git"
},
"scripts": {
"build": "node scripts/build.js",
"clean": "rimraf lib",
"prepare": "npm test && npm run clean && npm run build",
"test": "mocha",
"test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha",
"test:watch": "mocha --watch"
},
"version": "1.1.5"
}