1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "react-context-toolbox@^2.0.2",
- "_id": "react-context-toolbox@2.0.2",
- "_inBundle": false,
- "_integrity": "sha512-tY4j0imkYC3n5ZlYSgFkaw7fmlCp3IoQQ6DxpqeNHzcD0hf+6V+/HeJxviLUZ1Rv1Yn3N3xyO2EhkkZwHn0m1A==",
- "_location": "/react-context-toolbox",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "react-context-toolbox@^2.0.2",
- "name": "react-context-toolbox",
- "escapedName": "react-context-toolbox",
- "rawSpec": "^2.0.2",
- "saveSpec": null,
- "fetchSpec": "^2.0.2"
- },
- "_requiredBy": [
- "/react-overlays"
- ],
- "_resolved": "https://registry.npmjs.org/react-context-toolbox/-/react-context-toolbox-2.0.2.tgz",
- "_shasum": "35637287cb23f801e6ed802c2bb7a97e1f04e3fb",
- "_spec": "react-context-toolbox@^2.0.2",
- "_where": "/var/www/html/mdch.sipadu/node_modules/react-overlays",
- "author": {
- "name": "4Catalyzer"
- },
- "bugs": {
- "url": "https://github.com/4Catalyzer/react-context-toolbox/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "homepage": "https://github.com/4Catalyzer/react-context-toolbox#readme",
- "jest": {
- "roots": [
- "<rootDir>/test"
- ],
- "testEnvironment": "jsdom",
- "setupFiles": [
- "<rootDir>/test/index.js"
- ]
- },
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "eslint --fix",
- "git add"
- ],
- "*.{json,css,md}": [
- "prettier --write --ignore-path .eslintignore",
- "git add"
- ]
- },
- "main": "index.js",
- "module": "lib/es/index.js",
- "name": "react-context-toolbox",
- "peerDependencies": {
- "react": ">=16.3.2"
- },
- "prettier": {
- "printWidth": 79,
- "singleQuote": true,
- "trailingComma": "all"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/4Catalyzer/react-context-toolbox.git"
- },
- "types": "index.d.ts",
- "version": "2.0.2"
- }
|