123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_from": "mini-create-react-context@^0.3.0",
- "_id": "mini-create-react-context@0.3.2",
- "_inBundle": false,
- "_integrity": "sha512-2v+OeetEyliMt5VHMXsBhABoJ0/M4RCe7fatd/fBy6SMiKazUSEt3gxxypfnk2SHMkdBYvorHRoQxuGoiwbzAw==",
- "_location": "/mini-create-react-context",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "mini-create-react-context@^0.3.0",
- "name": "mini-create-react-context",
- "escapedName": "mini-create-react-context",
- "rawSpec": "^0.3.0",
- "saveSpec": null,
- "fetchSpec": "^0.3.0"
- },
- "_requiredBy": [
- "/react-router"
- ],
- "_resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.3.2.tgz",
- "_shasum": "79fc598f283dd623da8e088b05db8cddab250189",
- "_spec": "mini-create-react-context@^0.3.0",
- "_where": "G:\\micro\\react\\cld2_react\\node_modules\\react-router",
- "author": {
- "name": "StringEpsilon"
- },
- "bugs": {
- "url": "https://github.com/StringEpsilon/mini-create-react-context/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.4.0",
- "gud": "^1.0.0",
- "tiny-warning": "^1.0.2"
- },
- "deprecated": false,
- "description": "Smaller Polyfill for the proposed React context API",
- "devDependencies": {
- "@babel/cli": "^7.4.3",
- "@babel/core": "^7.4.3",
- "@babel/plugin-proposal-class-properties": "^7.4.0",
- "@babel/preset-env": "^7.4.3",
- "@babel/preset-react": "^7.0.0",
- "@babel/preset-typescript": "^7.3.3",
- "@types/enzyme": "^3.9.1",
- "@types/jest": "^24.0.11",
- "@types/react": "^16.8.13",
- "@wessberg/rollup-plugin-ts": "^1.1.46",
- "babel-jest": "^24.7.1",
- "enzyme": "^3.9.0",
- "enzyme-adapter-react-16": "^1.11.2",
- "enzyme-to-json": "^3.3.5",
- "jest": "^24.7.1",
- "prop-types": "^15.6.0",
- "raf": "^3.4.1",
- "react": "^16.2.0",
- "react-dom": "^16.2.0",
- "rollup": "^1.10.0",
- "rollup-plugin-commonjs": "^9.3.4",
- "rollup-plugin-node-resolve": "^4.2.3",
- "rollup-plugin-uglify": "^6.0.2"
- },
- "files": [
- "dist/**"
- ],
- "homepage": "https://github.com/StringEpsilon/mini-create-react-context#readme",
- "jest": {
- "snapshotSerializers": [
- "enzyme-to-json/serializer"
- ]
- },
- "keywords": [
- "react",
- "context",
- "contextTypes",
- "polyfill",
- "ponyfill"
- ],
- "license": "MIT",
- "main": "dist/cjs/index.js",
- "module": "dist/esm/index.js",
- "name": "mini-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/StringEpsilon/mini-create-react-context.git"
- },
- "scripts": {
- "build": "rollup -c rollup.config.js",
- "prepublish": "npm run build",
- "test": "jest"
- },
- "types": "dist/index.d.ts",
- "version": "0.3.2"
- }
|