| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_from": "react-transition-group@^4.0.0",
- "_id": "react-transition-group@4.3.0",
- "_inBundle": false,
- "_integrity": "sha512-1qRV1ZuVSdxPlPf4O8t7inxUGpdyO5zG9IoNfJxSO0ImU2A1YWkEQvFPuIPZmMLkg5hYs7vv5mMOyfgSkvAwvw==",
- "_location": "/react-transition-group",
- "_phantomChildren": {
- "@babel/runtime": "7.7.2",
- "csstype": "2.6.7"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "react-transition-group@^4.0.0",
- "name": "react-transition-group",
- "escapedName": "react-transition-group",
- "rawSpec": "^4.0.0",
- "saveSpec": null,
- "fetchSpec": "^4.0.0"
- },
- "_requiredBy": [
- "/react-bootstrap"
- ],
- "_resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.3.0.tgz",
- "_shasum": "fea832e386cf8796c58b61874a3319704f5ce683",
- "_spec": "react-transition-group@^4.0.0",
- "_where": "/var/www/html/mdch.sipadu/node_modules/react-bootstrap",
- "author": "",
- "browserify": {
- "transform": [
- "loose-envify"
- ]
- },
- "bugs": {
- "url": "https://github.com/reactjs/react-transition-group/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.5.5",
- "dom-helpers": "^5.0.1",
- "loose-envify": "^1.4.0",
- "prop-types": "^15.6.2"
- },
- "deprecated": false,
- "description": "A react component toolset for managing animations",
- "homepage": "https://github.com/reactjs/react-transition-group#readme",
- "jest": {
- "testRegex": "-test\\.js",
- "setupFiles": [
- "./test/setup.js"
- ],
- "roots": [
- "<rootDir>/test"
- ]
- },
- "keywords": [
- "react",
- "transition",
- "addons",
- "transition-group",
- "animation",
- "css",
- "transitions"
- ],
- "license": "BSD-3-Clause",
- "main": "cjs/index.js",
- "module": "esm/index.js",
- "name": "react-transition-group",
- "peerDependencies": {
- "react": ">=16.6.0",
- "react-dom": ">=16.6.0"
- },
- "release": {
- "pkgRoot": "lib",
- "verifyConditions": [
- "@semantic-release/changelog",
- "semantic-release-alt-publish-dir",
- "@semantic-release/git",
- "@semantic-release/github"
- ],
- "prepare": [
- "@semantic-release/changelog",
- "semantic-release-alt-publish-dir",
- "@semantic-release/npm",
- "@semantic-release/git"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/reactjs/react-transition-group.git"
- },
- "sideEffects": false,
- "version": "4.3.0"
- }
|