| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_args": [
- [
- "animate.css@3.7.2",
- "D:\\work\\root\\user_uniapp"
- ]
- ],
- "_from": "animate.css@3.7.2",
- "_id": "animate.css@3.7.2",
- "_inBundle": false,
- "_integrity": "sha512-0bE8zYo7C0KvgOYrSVfrzkbYk6IOTVPNqkiHg2cbyF4Pq/PXzilz4BRWA3hwEUBoMp5VBgrC29lQIZyhRWdBTw==",
- "_location": "/animate.css",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "animate.css@3.7.2",
- "name": "animate.css",
- "escapedName": "animate.css",
- "rawSpec": "3.7.2",
- "saveSpec": null,
- "fetchSpec": "3.7.2"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/animate.css/-/animate.css-3.7.2.tgz",
- "_spec": "3.7.2",
- "_where": "D:\\work\\root\\user_uniapp",
- "author": {
- "name": "Daniel Eden"
- },
- "bugs": {
- "url": "https://github.com/daneden/animate.css/issues"
- },
- "description": "_Just-add-water CSS animation_",
- "devDependencies": {
- "autoprefixer": "^9.0.1",
- "cssnano": "^4.0.3",
- "eslint": "^5.2.0",
- "gulp": "^4.0.0",
- "gulp-concat": "^2.6.1",
- "gulp-header": "^2.0.1",
- "gulp-postcss": "^8.0.0",
- "gulp-rename": "^1.2.2",
- "gulp-util": "^3.0.8",
- "husky": "^1.2.0",
- "lint-staged": "^8.1.0",
- "prettier": "^1.10.2",
- "run-sequence": "^2.2.1"
- },
- "homepage": "https://daneden.github.io/animate.css/",
- "jspm": {
- "main": "animate.css!",
- "format": "global",
- "directories": {
- "lib": "./"
- }
- },
- "license": "MIT",
- "lint-staged": {
- "*.{js,json,md,css}": [
- "prettier --write",
- "git add"
- ]
- },
- "main": "animate.css",
- "name": "animate.css",
- "prettier": {
- "bracketSpacing": false,
- "proseWrap": "never",
- "singleQuote": true,
- "trailingComma": "all"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/daneden/animate.css.git"
- },
- "scripts": {
- "gulp": "./node_modules/gulp/bin/gulp.js",
- "precommit": "lint-staged",
- "prettier": "prettier --write \"**/*.{js,json,md,css}\"",
- "start": "gulp"
- },
- "spm": {
- "main": "./animate.css"
- },
- "style": "./animate.css",
- "version": "3.7.2"
- }
|