1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "mini-create-react-context@^0.4.0",
- "_id": "mini-create-react-context@0.4.0",
- "_inBundle": false,
- "_integrity": "sha512-b0TytUgFSbgFJGzJqXPKCFCBWigAjpjo+Fl7Vf7ZbKRDptszpppKxXH6DRXEABZ/gcEQczeb0iZ7JvL8e8jjCA==",
- "_location": "/mini-create-react-context",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "mini-create-react-context@^0.4.0",
- "name": "mini-create-react-context",
- "escapedName": "mini-create-react-context",
- "rawSpec": "^0.4.0",
- "saveSpec": null,
- "fetchSpec": "^0.4.0"
- },
- "_requiredBy": [
- "/react-router"
- ],
- "_resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.0.tgz",
- "_shasum": "df60501c83151db69e28eac0ef08b4002efab040",
- "_spec": "mini-create-react-context@^0.4.0",
- "_where": "E:\\a-level\\project_js2\\node_modules\\react-router",
- "author": {
- "name": "StringEpsilon"
- },
- "bugs": {
- "url": "https://github.com/StringEpsilon/mini-create-react-context/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.5.5",
- "tiny-warning": "^1.0.3"
- },
- "deprecated": false,
- "description": "Smaller Polyfill for the proposed React context API",
- "devDependencies": {
- "@babel/core": "^7.8.6",
- "@babel/plugin-proposal-class-properties": "^7.8.3",
- "@babel/preset-env": "^7.8.6",
- "@babel/preset-react": "^7.8.3",
- "@babel/preset-typescript": "^7.8.3",
- "@types/enzyme": "^3.10.5",
- "@types/jest": "^25.1.3",
- "@types/react": "^16.8.23",
- "@wessberg/rollup-plugin-ts": "^1.2.19",
- "babel-jest": "^25.1.0",
- "enzyme": "^3.11.0",
- "enzyme-adapter-react-16": "^1.15.2",
- "enzyme-to-json": "^3.3.5",
- "jest": "^25.1.0",
- "prop-types": "^15.6.0",
- "raf": "^3.4.1",
- "react": "^16.2.0",
- "react-dom": "^16.2.0",
- "rollup": "^1.17.0",
- "rollup-plugin-commonjs": "^10.0.1",
- "rollup-plugin-node-resolve": "^5.2.0",
- "rollup-plugin-terser": "^5.2.0",
- "typescript": "^3.8.3"
- },
- "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.4.0"
- }
|