|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_args": [
- [
- "rc-animate@2.11.1",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "rc-animate@2.11.1",
- "_id": "rc-animate@2.11.1",
- "_inBundle": false,
- "_integrity": "sha512-1NyuCGFJG/0Y+9RKh5y/i/AalUCA51opyyS/jO2seELpgymZm2u9QV3xwODwEuzkmeQ1BDPxMLmYLcTJedPlkQ==",
- "_location": "/rc-animate",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "rc-animate@2.11.1",
- "name": "rc-animate",
- "escapedName": "rc-animate",
- "rawSpec": "2.11.1",
- "saveSpec": null,
- "fetchSpec": "2.11.1"
- },
- "_requiredBy": [
- "/rc-trigger"
- ],
- "_resolved": "https://registry.npmjs.org/rc-animate/-/rc-animate-2.11.1.tgz",
- "_spec": "2.11.1",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": "",
- "bugs": {
- "url": "http://github.com/react-component/animate/issues"
- },
- "config": {
- "port": 8201
- },
- "dependencies": {
- "babel-runtime": "6.x",
- "classnames": "^2.2.6",
- "css-animation": "^1.3.2",
- "prop-types": "15.x",
- "raf": "^3.4.0",
- "rc-util": "^4.15.3",
- "react-lifecycles-compat": "^3.0.4"
- },
- "description": "css-transition ui component for react",
- "devDependencies": {
- "core-js": "^2.5.1",
- "expect.js": "0.3.x",
- "jquery": "^3.3.1",
- "pre-commit": "1.x",
- "rc-test": "6.x",
- "rc-tools": "8.x",
- "react": "^16.0.0",
- "react-dom": "^16.0.0",
- "velocity-animate": "~1.2.2"
- },
- "files": [
- "es",
- "lib"
- ],
- "homepage": "https://github.com/react-component/animate",
- "keywords": [
- "react",
- "react-component",
- "react-animate",
- "animate"
- ],
- "license": "MIT",
- "main": "./lib/Animate",
- "module": "./es/Animate",
- "name": "rc-animate",
- "pre-commit": [
- "lint"
- ],
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/react-component/animate.git"
- },
- "scripts": {
- "build": "rc-tools run build",
- "chrome-test": "rc-test run chrome-test",
- "coverage": "rc-test run coverage",
- "gh-pages": "rc-tools run gh-pages",
- "karma": "rc-test run karma",
- "lint": "rc-tools run lint",
- "now-build": "npm run build",
- "prepublish": "rc-tools run guard",
- "pub": "rc-tools run pub --babel-runtime",
- "saucelabs": "rc-test run saucelabs",
- "start": "rc-tools run server",
- "test": "rc-test run test"
- },
- "version": "2.11.1"
- }
|