W72crm_web-master/node_modules/vue2-animate/package.json

72 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"_from": "vue2-animate@^2.1.2",
"_id": "vue2-animate@2.1.4",
"_inBundle": false,
"_integrity": "sha512-tIFHLxLYXwti0E3rJ7OeIUxTl+uVC8t9SYlD4aQ+gfgcheSu9yDbXklBNRIFxBmfNWDVpKQLMvGLxRrrCn3alw==",
"_location": "/vue2-animate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vue2-animate@^2.1.2",
"name": "vue2-animate",
"escapedName": "vue2-animate",
"rawSpec": "^2.1.2",
"saveSpec": null,
"fetchSpec": "^2.1.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmmirror.com/vue2-animate/-/vue2-animate-2.1.4.tgz",
"_shasum": "7a241b8a0f839d97b9df63d4551fbe666354175e",
"_spec": "vue2-animate@^2.1.2",
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master",
"author": {
"name": "Simon Asika",
"email": "asika32764@gmail.com"
},
"bugs": {
"url": "https://github.com/asika32764/vue2-animate/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": "This package is deprecated, use '@asika32764/vue-animate' instead.",
"description": "SCSS/CSS cross-browser animation library, for use with Vue.js 2.0. Ported from Animate.css.",
"devDependencies": {
"node-sass": "^4.8.3",
"windwalker-fusion": "^0.1.14"
},
"files": [
"dist/vue2-animate.css",
"dist/vue2-animate.min.css",
"src"
],
"homepage": "https://github.com/asika32764/vue2-animate",
"keywords": [
"less",
"animate",
"animate.css",
"vue",
"vue.js",
"transition",
"vue-animate",
"css",
"sass",
"scss"
],
"license": "MIT",
"name": "vue2-animate",
"repository": {
"type": "git",
"url": "git+https://github.com/asika32764/vue2-animate.git"
},
"scripts": {
"build": "cross-env NODE_ENV=development node_modules/gulp/bin/gulp.js --gulpfile=fusionfile.js",
"build:less": "cross-env NODE_ENV=development node_modules/gulp/bin/gulp.js less --gulpfile=fusionfile.js",
"watch": "cross-env NODE_ENV=development node_modules/gulp/bin/gulp.js --gulpfile=fusionfile.js --watch=1",
"watch:less": "cross-env NODE_ENV=development node_modules/gulp/bin/gulp.js less --gulpfile=fusionfile.js --watch=1"
},
"version": "2.1.4"
}