{ "_args": [ [ "animate.css@4.1.1", "E:\\2023\\5\\myjadmin" ] ], "_from": "animate.css@4.1.1", "_id": "animate.css@4.1.1", "_inBundle": false, "_integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==", "_location": "/animate.css", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "animate.css@4.1.1", "name": "animate.css", "escapedName": "animate.css", "rawSpec": "4.1.1", "saveSpec": null, "fetchSpec": "4.1.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz", "_spec": "4.1.1", "_where": "E:\\2023\\5\\myjadmin", "animateConfig": { "prefix": "animate__" }, "author": { "name": "Animate.css" }, "browserslist": [ "> 3%", "last 2 versions" ], "bugs": { "url": "https://github.com/animate-css/animate.css/issues" }, "description": "[![GitHub Version](https://img.shields.io/github/release/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![Github Star](https://img.shields.io/github/stars/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![Github Fork](https://img.shields.io/github/forks/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![License](https://img.shields.io/github/license/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css)", "devDependencies": { "autoprefixer": "^9.7.6", "cssnano": "^4.1.10", "eslint": "^7.8.1", "husky": "^4.2.5", "lint-staged": "^10.3.0", "markdown-it": "^11.0.0", "npm-run-all": "^4.1.5", "postcss": "^7.0.27", "postcss-cli": "^7.1.2", "postcss-header": "^2.0.0", "postcss-import": "^12.0.1", "postcss-prefixer": "^2.1.2", "postcss-preset-env": "^6.7.0", "prettier": "^2.1.1" }, "files": [ "animate.compat.css", "animate.min.css", "animate.css", "source/**/*.css" ], "homepage": "https://animate.style/", "husky": { "hooks": { "pre-commit": "npm-run-all start precommit" } }, "jspm": { "main": "animate.css!", "format": "global", "directories": { "lib": "./" } }, "license": "MIT", "lint-staged": { "*.{js,json,md,css}": [ "prettier --write" ] }, "main": "animate.css", "name": "animate.css", "repository": { "type": "git", "url": "git+https://github.com/animate-css/animate.css.git" }, "scripts": { "compat": "npx postcss source/animate.css -o animate.compat.css --no-map --env compat", "dev": "npx postcss source/animate.css -o animate.css --no-map --env development -w", "docs": "npm-run-all docs:library docs:pages", "docs:library": "npx postcss source/animate.css -o ./docs/animate.min.css --no-map --env production", "docs:pages": "node ./docsSource/index.js", "format": "prettier --write \"**/*.{js,json,md,css}\"", "postversion": "git push && git push --tags", "precommit": "lint-staged", "prod": "npx postcss source/animate.css -o animate.min.css --no-map --env production", "raw": "npx postcss source/animate.css -o animate.css --no-map --env development", "start": "npm-run-all raw prod compat", "version": "npm-run-all start docs && git add -A docs animate.css animate.min.css animate.compat.css" }, "style": "./animate.css", "version": "4.1.1" }