Files
30-seconds-of-code/node_modules/create-react-context/package.json
2019-08-20 15:52:05 +02:00

110 lines
3.0 KiB
JSON

{
"_from": "create-react-context@^0.2.1",
"_id": "create-react-context@0.2.3",
"_inBundle": false,
"_integrity": "sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag==",
"_location": "/create-react-context",
"_phantomChildren": {
"isomorphic-fetch": "2.2.1",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"promise": "7.3.1",
"setimmediate": "1.0.5",
"ua-parser-js": "0.7.20"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "create-react-context@^0.2.1",
"name": "create-react-context",
"escapedName": "create-react-context",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/@reach/router"
],
"_resolved": "https://registry.npmjs.org/create-react-context/-/create-react-context-0.2.3.tgz",
"_shasum": "9ec140a6914a22ef04b8b09b7771de89567cb6f3",
"_spec": "create-react-context@^0.2.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/@reach/router",
"author": {
"name": "James Kyle",
"email": "me@thejameskyle.com"
},
"bugs": {
"url": "https://github.com/thejameskyle/create-react-context/issues"
},
"bundleDependencies": false,
"dependencies": {
"fbjs": "^0.8.0",
"gud": "^1.0.0"
},
"deprecated": false,
"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": "SEE LICENSE IN LICENSE",
"lint-staged": {
"*.{js,md,json,js.flow,d.ts}": [
"prettier --write",
"git add"
]
},
"main": "lib/index.js",
"name": "create-react-context",
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"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.2.3"
}