mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 20:09:50 -04:00
102 lines
2.8 KiB
JSON
102 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"mini-create-react-context@0.4.1",
|
|
"/home/chinmay/Desktop/HackTJ2020/frontend"
|
|
]
|
|
],
|
|
"_from": "mini-create-react-context@0.4.1",
|
|
"_id": "mini-create-react-context@0.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==",
|
|
"_location": "/mini-create-react-context",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mini-create-react-context@0.4.1",
|
|
"name": "mini-create-react-context",
|
|
"escapedName": "mini-create-react-context",
|
|
"rawSpec": "0.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-router"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz",
|
|
"_spec": "0.4.1",
|
|
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
|
|
"author": {
|
|
"name": "StringEpsilon"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/StringEpsilon/mini-create-react-context/issues"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.1",
|
|
"tiny-warning": "^1.0.3"
|
|
},
|
|
"description": "Smaller Polyfill for the proposed React context API",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/preset-react": "^7.12.1",
|
|
"@babel/preset-typescript": "^7.12.1",
|
|
"@types/enzyme": "^3.10.5",
|
|
"@types/jest": "^26.0.10",
|
|
"@types/react": "^16.9.46",
|
|
"@wessberg/rollup-plugin-ts": "^1.3.6",
|
|
"babel-jest": "^25.5.1",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
|
"enzyme-to-json": "^3.6.1",
|
|
"jest": "^26.6.0",
|
|
"prop-types": "^15.6.0",
|
|
"raf": "^3.4.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"rollup": "^2.32.1",
|
|
"rollup-plugin-commonjs": "^10.0.1",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"typescript": "^4.0.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 || ^17.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.1"
|
|
}
|