package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "animate.css@3.7.2",
  5. "D:\\work\\root\\user_uniapp"
  6. ]
  7. ],
  8. "_from": "animate.css@3.7.2",
  9. "_id": "animate.css@3.7.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0bE8zYo7C0KvgOYrSVfrzkbYk6IOTVPNqkiHg2cbyF4Pq/PXzilz4BRWA3hwEUBoMp5VBgrC29lQIZyhRWdBTw==",
  12. "_location": "/animate.css",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "animate.css@3.7.2",
  18. "name": "animate.css",
  19. "escapedName": "animate.css",
  20. "rawSpec": "3.7.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.7.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/animate.css/-/animate.css-3.7.2.tgz",
  28. "_spec": "3.7.2",
  29. "_where": "D:\\work\\root\\user_uniapp",
  30. "author": {
  31. "name": "Daniel Eden"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/daneden/animate.css/issues"
  35. },
  36. "description": "_Just-add-water CSS animation_",
  37. "devDependencies": {
  38. "autoprefixer": "^9.0.1",
  39. "cssnano": "^4.0.3",
  40. "eslint": "^5.2.0",
  41. "gulp": "^4.0.0",
  42. "gulp-concat": "^2.6.1",
  43. "gulp-header": "^2.0.1",
  44. "gulp-postcss": "^8.0.0",
  45. "gulp-rename": "^1.2.2",
  46. "gulp-util": "^3.0.8",
  47. "husky": "^1.2.0",
  48. "lint-staged": "^8.1.0",
  49. "prettier": "^1.10.2",
  50. "run-sequence": "^2.2.1"
  51. },
  52. "homepage": "https://daneden.github.io/animate.css/",
  53. "jspm": {
  54. "main": "animate.css!",
  55. "format": "global",
  56. "directories": {
  57. "lib": "./"
  58. }
  59. },
  60. "license": "MIT",
  61. "lint-staged": {
  62. "*.{js,json,md,css}": [
  63. "prettier --write",
  64. "git add"
  65. ]
  66. },
  67. "main": "animate.css",
  68. "name": "animate.css",
  69. "prettier": {
  70. "bracketSpacing": false,
  71. "proseWrap": "never",
  72. "singleQuote": true,
  73. "trailingComma": "all"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/daneden/animate.css.git"
  78. },
  79. "scripts": {
  80. "gulp": "./node_modules/gulp/bin/gulp.js",
  81. "precommit": "lint-staged",
  82. "prettier": "prettier --write \"**/*.{js,json,md,css}\"",
  83. "start": "gulp"
  84. },
  85. "spm": {
  86. "main": "./animate.css"
  87. },
  88. "style": "./animate.css",
  89. "version": "3.7.2"
  90. }