bloom-layout
Version:
layout components used in bloom packages
73 lines (72 loc) • 2.43 kB
JSON
{
"_from": "hoist-non-react-statics@^2.2.1",
"_id": "hoist-non-react-statics@2.3.1",
"_inBundle": false,
"_integrity": "sha1-ND24TGAYxlB3iJgkATWhQg7iLOA=",
"_location": "/hoist-non-react-statics",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hoist-non-react-statics@^2.2.1",
"name": "hoist-non-react-statics",
"escapedName": "hoist-non-react-statics",
"rawSpec": "^2.2.1",
"saveSpec": null,
"fetchSpec": "^2.2.1"
},
"_requiredBy": [
"/react-redux",
"/react-router"
],
"_resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz",
"_shasum": "343db84c6018c650778898240135a1420ee22ce0",
"_spec": "hoist-non-react-statics@^2.2.1",
"_where": "/Users/katief/Desktop/IBN/vineyard/bloom-forms/example-form/node_modules/react-redux",
"author": {
"name": "Michael Ridgway",
"email": "mcridgway@gmail.com"
},
"bugs": {
"url": "https://github.com/mridgway/hoist-non-react-statics/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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-react-jsx-source": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^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": "^3.8.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"pre-commit": "^1.0.7",
"react": "^15.0.0"
},
"homepage": "https://github.com/mridgway/hoist-non-react-statics#readme",
"keywords": [
"react"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "hoist-non-react-statics",
"repository": {
"type": "git",
"url": "git://github.com/mridgway/hoist-non-react-statics.git"
},
"scripts": {
"cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --compilers js:babel/register --reporter spec",
"lint": "eslint ./index.js",
"test": "mocha tests/unit/ --recursive --compilers js:babel-register --reporter spec"
},
"types": "index.d.ts",
"version": "2.3.1"
}