Gazebo_simulation-Frontend/node_modules/mini-create-react-context/package.json

103 lines
2.8 KiB
JSON

{
"_args": [
[
"mini-create-react-context@0.3.2",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "mini-create-react-context@0.3.2",
"_id": "mini-create-react-context@0.3.2",
"_inBundle": false,
"_integrity": "sha512-2v+OeetEyliMt5VHMXsBhABoJ0/M4RCe7fatd/fBy6SMiKazUSEt3gxxypfnk2SHMkdBYvorHRoQxuGoiwbzAw==",
"_location": "/mini-create-react-context",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mini-create-react-context@0.3.2",
"name": "mini-create-react-context",
"escapedName": "mini-create-react-context",
"rawSpec": "0.3.2",
"saveSpec": null,
"fetchSpec": "0.3.2"
},
"_requiredBy": [
"/react-router"
],
"_resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.3.2.tgz",
"_spec": "0.3.2",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "StringEpsilon"
},
"bugs": {
"url": "https://github.com/StringEpsilon/mini-create-react-context/issues"
},
"dependencies": {
"@babel/runtime": "^7.4.0",
"gud": "^1.0.0",
"tiny-warning": "^1.0.2"
},
"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"
}