You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

96 lines
2.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "rc-animate@2.11.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "rc-animate@2.11.1",
  9. "_id": "rc-animate@2.11.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-1NyuCGFJG/0Y+9RKh5y/i/AalUCA51opyyS/jO2seELpgymZm2u9QV3xwODwEuzkmeQ1BDPxMLmYLcTJedPlkQ==",
  12. "_location": "/rc-animate",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "rc-animate@2.11.1",
  18. "name": "rc-animate",
  19. "escapedName": "rc-animate",
  20. "rawSpec": "2.11.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.11.1"
  23. },
  24. "_requiredBy": [
  25. "/rc-trigger"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/rc-animate/-/rc-animate-2.11.1.tgz",
  28. "_spec": "2.11.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": "",
  31. "bugs": {
  32. "url": "http://github.com/react-component/animate/issues"
  33. },
  34. "config": {
  35. "port": 8201
  36. },
  37. "dependencies": {
  38. "babel-runtime": "6.x",
  39. "classnames": "^2.2.6",
  40. "css-animation": "^1.3.2",
  41. "prop-types": "15.x",
  42. "raf": "^3.4.0",
  43. "rc-util": "^4.15.3",
  44. "react-lifecycles-compat": "^3.0.4"
  45. },
  46. "description": "css-transition ui component for react",
  47. "devDependencies": {
  48. "core-js": "^2.5.1",
  49. "expect.js": "0.3.x",
  50. "jquery": "^3.3.1",
  51. "pre-commit": "1.x",
  52. "rc-test": "6.x",
  53. "rc-tools": "8.x",
  54. "react": "^16.0.0",
  55. "react-dom": "^16.0.0",
  56. "velocity-animate": "~1.2.2"
  57. },
  58. "files": [
  59. "es",
  60. "lib"
  61. ],
  62. "homepage": "https://github.com/react-component/animate",
  63. "keywords": [
  64. "react",
  65. "react-component",
  66. "react-animate",
  67. "animate"
  68. ],
  69. "license": "MIT",
  70. "main": "./lib/Animate",
  71. "module": "./es/Animate",
  72. "name": "rc-animate",
  73. "pre-commit": [
  74. "lint"
  75. ],
  76. "repository": {
  77. "type": "git",
  78. "url": "git+ssh://git@github.com/react-component/animate.git"
  79. },
  80. "scripts": {
  81. "build": "rc-tools run build",
  82. "chrome-test": "rc-test run chrome-test",
  83. "coverage": "rc-test run coverage",
  84. "gh-pages": "rc-tools run gh-pages",
  85. "karma": "rc-test run karma",
  86. "lint": "rc-tools run lint",
  87. "now-build": "npm run build",
  88. "prepublish": "rc-tools run guard",
  89. "pub": "rc-tools run pub --babel-runtime",
  90. "saucelabs": "rc-test run saucelabs",
  91. "start": "rc-tools run server",
  92. "test": "rc-test run test"
  93. },
  94. "version": "2.11.1"
  95. }