jam-cloud/jam-ui/node_modules/@hypnosphi/create-react-context/package.json

110 lines
2.9 KiB
JSON

{
"_args": [
[
"@hypnosphi/create-react-context@0.3.1",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "@hypnosphi/create-react-context@0.3.1",
"_id": "@hypnosphi/create-react-context@0.3.1",
"_inBundle": false,
"_integrity": "sha512-V1klUed202XahrWJLLOT3EXNeCpFHCcJntdFGI15ntCwau+jfT386w7OFTMaCqOgXUH1fa0w/I1oZs+i/Rfr0A==",
"_location": "/@hypnosphi/create-react-context",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@hypnosphi/create-react-context@0.3.1",
"name": "@hypnosphi/create-react-context",
"escapedName": "@hypnosphi%2fcreate-react-context",
"scope": "@hypnosphi",
"rawSpec": "0.3.1",
"saveSpec": null,
"fetchSpec": "0.3.1"
},
"_requiredBy": [
"/reactstrap/react-popper"
],
"_resolved": "https://registry.npmjs.org/@hypnosphi/create-react-context/-/create-react-context-0.3.1.tgz",
"_spec": "0.3.1",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "James Kyle",
"email": "me@thejameskyle.com"
},
"bugs": {
"url": "https://github.com/thejameskyle/create-react-context/issues"
},
"dependencies": {
"gud": "^1.0.0",
"warning": "^4.0.3"
},
"description": "Polyfill for the proposed React context API",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"flow-bin": "^0.60.1",
"husky": "^0.14.3",
"jest": "^21.2.1",
"lint-staged": "^6.0.0",
"prettier": "^1.9.1",
"prop-types": "^15.6.0",
"raf": "^3.4.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/thejameskyle/create-react-context#readme",
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"keywords": [
"react",
"context",
"contextTypes",
"polyfill",
"ponyfill"
],
"license": "MIT",
"lint-staged": {
"*.{js,md,json,js.flow,d.ts}": [
"prettier --write",
"git add"
]
},
"main": "lib/index.js",
"name": "@hypnosphi/create-react-context",
"peerDependencies": {
"prop-types": "^15.0.0",
"react": ">=0.14.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thejameskyle/create-react-context.git"
},
"scripts": {
"build": "babel src -d lib --copy-files --ignore __tests__",
"commit": "lint-staged",
"flow": "flow",
"format": "prettier --write '**/*.{js,md,json,js.flow,d.ts}'",
"prepublish": "yarn build",
"test": "jest"
},
"typings": "lib/index.d.ts",
"version": "0.3.1"
}