Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 2.1 KiB

vor 3 Jahren
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "css-animation@1.6.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "css-animation@1.6.1",
  9. "_id": "css-animation@1.6.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/48+/BaEaHRY6kNQ2OIPzKf9A6g8WjZYjhiNDNuIVbsm5tXCGIAsHDjB4Xu1C4vXJtUWZo26O68OQkDpNBaPog==",
  12. "_location": "/css-animation",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "css-animation@1.6.1",
  18. "name": "css-animation",
  19. "escapedName": "css-animation",
  20. "rawSpec": "1.6.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.6.1"
  23. },
  24. "_requiredBy": [
  25. "/rc-animate"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/css-animation/-/css-animation-1.6.1.tgz",
  28. "_spec": "1.6.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/yiminghe/css-animation/issues"
  33. },
  34. "config": {
  35. "port": 9001,
  36. "entry": {
  37. "css-animation": [
  38. "./src/index.js"
  39. ]
  40. }
  41. },
  42. "dependencies": {
  43. "babel-runtime": "6.x",
  44. "component-classes": "^1.2.5"
  45. },
  46. "description": "css-animation",
  47. "devDependencies": {
  48. "expect.js": "0.3.x",
  49. "pre-commit": "1.x",
  50. "rc-tools": "6.x",
  51. "react": "15.x",
  52. "react-dom": "15.x"
  53. },
  54. "files": [
  55. "lib",
  56. "es"
  57. ],
  58. "homepage": "http://github.com/yiminghe/css-animation",
  59. "keywords": [
  60. "css-animation"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/index",
  64. "module": "./es/index",
  65. "name": "css-animation",
  66. "pre-commit": [
  67. "lint"
  68. ],
  69. "repository": {
  70. "type": "git",
  71. "url": "git+ssh://git@github.com/yiminghe/css-animation.git"
  72. },
  73. "scripts": {
  74. "build": "rc-tools run build",
  75. "compile": "rc-tools run compile --babel-runtime",
  76. "dist": "rc-tools run dist --babel-runtime",
  77. "gh-pages": "rc-tools run gh-pages",
  78. "lint": "rc-tools run lint",
  79. "pub": "rc-tools run pub --babel-runtime",
  80. "start": "rc-tools run server"
  81. },
  82. "version": "1.6.1"
  83. }