UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

96 lines (95 loc) 2.98 kB
{ "_args": [ [ "hoist-non-react-statics@3.3.0", "/Users/frank.zickert/WebstormProjects/infrastructure-components" ] ], "_from": "hoist-non-react-statics@3.3.0", "_id": "hoist-non-react-statics@3.3.0", "_inBundle": false, "_integrity": "sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA==", "_location": "/hoist-non-react-statics", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "hoist-non-react-statics@3.3.0", "name": "hoist-non-react-statics", "escapedName": "hoist-non-react-statics", "rawSpec": "3.3.0", "saveSpec": null, "fetchSpec": "3.3.0" }, "_requiredBy": [ "/react-apollo", "/react-router" ], "_resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz", "_spec": "3.3.0", "_where": "/Users/frank.zickert/WebstormProjects/infrastructure-components", "author": { "name": "Michael Ridgway", "email": "mcridgway@gmail.com" }, "bugs": { "url": "https://github.com/mridgway/hoist-non-react-statics/issues" }, "dependencies": { "react-is": "^16.7.0" }, "description": "Copies non-react specific statics from a child component to a parent component", "devDependencies": { "babel": "^6.23.0", "babel-cli": "^6.24.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx-source": "^6.22.0", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-register": "^6.24.1", "chai": "^4.0.1", "coveralls": "^2.11.1", "create-react-class": "^15.5.3", "eslint": "^4.13.1", "istanbul": "^0.4.5", "mocha": "^3.4.2", "pre-commit": "^1.0.7", "prop-types": "^15.6.2", "react": "^16.7.0", "rimraf": "^2.6.2", "rollup": "^0.52.3", "rollup-plugin-babel": "^3.0.4", "rollup-plugin-uglify": "^2.0.1" }, "files": [ "src", "dist", "index.d.ts" ], "homepage": "https://github.com/mridgway/hoist-non-react-statics#readme", "keywords": [ "react" ], "license": "BSD-3-Clause", "main": "dist/hoist-non-react-statics.cjs.js", "name": "hoist-non-react-statics", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git://github.com/mridgway/hoist-non-react-statics.git" }, "scripts": { "build": "rollup -c", "cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --require babel/register --reporter spec", "lint": "eslint src", "prebuild": "rimraf dist", "prepublish": "npm test", "pretest": "npm run build", "test": "mocha tests/unit/ --recursive --compilers js:babel-register --reporter spec" }, "version": "3.3.0" }