You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.8 KiB

{
"_from": "mini-create-react-context@^0.3.0",
"_id": "mini-create-react-context@0.3.2",
"_inBundle": false,
"_integrity": "sha1-efxZjyg91iPajgiLBduM3aslAYk=",
"_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.npm.taobao.org/mini-create-react-context/download/mini-create-react-context-0.3.2.tgz",
"_shasum": "79fc598f283dd623da8e088b05db8cddab250189",
"_spec": "mini-create-react-context@^0.3.0",
"_where": "/Users/zq/Desktop/hngs/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"
}