Created
April 11, 2016 14:21
-
-
Save iamdustan/5d61d3426dd57e25efbb931395afd773 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_args": [ | |
[ | |
"react-addons-css-transition-group", | |
"/Users/dkasten/projects/tmp" | |
] | |
], | |
"_from": "react-addons-css-transition-group@latest", | |
"_id": "[email protected]", | |
"_inCache": true, | |
"_installable": true, | |
"_location": "/react-addons-css-transition-group", | |
"_nodeVersion": "4.4.2", | |
"_npmOperationalInternal": { | |
"host": "packages-12-west.internal.npmjs.com", | |
"tmp": "tmp/react-addons-css-transition-group-15.0.1.tgz_1460139847236_0.24711652379482985" | |
}, | |
"_npmUser": { | |
"email": "[email protected]", | |
"name": "zpao" | |
}, | |
"_npmVersion": "2.15.0", | |
"_phantomChildren": {}, | |
"_requested": { | |
"name": "react-addons-css-transition-group", | |
"raw": "react-addons-css-transition-group", | |
"rawSpec": "", | |
"scope": null, | |
"spec": "latest", | |
"type": "tag" | |
}, | |
"_requiredBy": [ | |
"#USER" | |
], | |
"_resolved": "https://registry.npmjs.org/react-addons-css-transition-group/-/react-addons-css-transition-group-15.0.1.tgz", | |
"_shasum": "649ae8464dfcc42a4f41a597e94de300c0cec4a0", | |
"_shrinkwrap": null, | |
"_spec": "react-addons-css-transition-group", | |
"_where": "/Users/dkasten/projects/tmp", | |
"bugs": { | |
"url": "https://github.com/facebook/react/issues" | |
}, | |
"dependencies": {}, | |
"description": "This package provides the React CSSTransitionGroup add-on.", | |
"devDependencies": {}, | |
"directories": {}, | |
"dist": { | |
"shasum": "649ae8464dfcc42a4f41a597e94de300c0cec4a0", | |
"tarball": "https://registry.npmjs.org/react-addons-css-transition-group/-/react-addons-css-transition-group-15.0.1.tgz" | |
}, | |
"homepage": "https://github.com/facebook/react#readme", | |
"keywords": [ | |
"react", | |
"react-addon" | |
], | |
"license": "BSD-3-Clause", | |
"main": "index.js", | |
"maintainers": [ | |
{ | |
"name": "gaearon", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "graue", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "sebmarkbage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "spicyj", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "zpao", | |
"email": "[email protected]" | |
} | |
], | |
"name": "react-addons-css-transition-group", | |
"optionalDependencies": {}, | |
"peerDependencies": { | |
"react": "^15.0.1" | |
}, | |
"readme": "ERROR: No README data found!", | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/facebook/react.git" | |
}, | |
"scripts": {}, | |
"version": "15.0.1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment