WIP - add extractor, generate snippet_data
This commit is contained in:
75
node_modules/react-transition-group/package.json
generated
vendored
Normal file
75
node_modules/react-transition-group/package.json
generated
vendored
Normal file
@ -0,0 +1,75 @@
|
||||
{
|
||||
"_from": "react-transition-group@^2.5.0",
|
||||
"_id": "react-transition-group@2.9.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg==",
|
||||
"_location": "/react-transition-group",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "react-transition-group@^2.5.0",
|
||||
"name": "react-transition-group",
|
||||
"escapedName": "react-transition-group",
|
||||
"rawSpec": "^2.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.5.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby-plugin-transition-link"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-2.9.0.tgz",
|
||||
"_shasum": "df9cdb025796211151a436c69a8f3b97b5b07c8d",
|
||||
"_spec": "react-transition-group@^2.5.0",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-transition-link",
|
||||
"author": "",
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"loose-envify"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/reactjs/react-transition-group/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"dom-helpers": "^3.4.0",
|
||||
"loose-envify": "^1.4.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react-lifecycles-compat": "^3.0.4"
|
||||
},
|
||||
"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": "index.js",
|
||||
"name": "react-transition-group",
|
||||
"peerDependencies": {
|
||||
"react": ">=15.0.0",
|
||||
"react-dom": ">=15.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/reactjs/react-transition-group.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "2.9.0"
|
||||
}
|
||||
Reference in New Issue
Block a user