123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_from": "vue-lazyload@1.2.3",
- "_id": "vue-lazyload@1.2.3",
- "_inBundle": false,
- "_integrity": "sha512-DC0ZwxanbRhx79tlA3zY5OYJkH8FYp3WBAnAJbrcuoS8eye1P73rcgAZhyxFSPUluJUTelMB+i/+VkNU/qVm7g==",
- "_location": "/vue-lazyload",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "vue-lazyload@1.2.3",
- "name": "vue-lazyload",
- "escapedName": "vue-lazyload",
- "rawSpec": "1.2.3",
- "saveSpec": null,
- "fetchSpec": "1.2.3"
- },
- "_requiredBy": [
- "/vant"
- ],
- "_resolved": "https://registry.npmjs.org/vue-lazyload/-/vue-lazyload-1.2.3.tgz",
- "_shasum": "901f9ec15c7e6ca78781a2bae4a343686bdedb2c",
- "_spec": "vue-lazyload@1.2.3",
- "_where": "D:\\路涛科技\\源代码\\dccloud\\uni-app-front-second-directory\\node_modules\\vant",
- "author": {
- "name": "Awe",
- "email": "hilongjw@gmail.com"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ],
- "bugs": {
- "url": "https://github.com/hilongjw/vue-lazyload/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Vue module for lazy-loading images in your vue.js applications.",
- "devDependencies": {
- "assign-deep": "^0.4.7",
- "babel-cli": "^6.26.0",
- "babel-core": "^6.26.0",
- "babel-plugin-external-helpers": "^6.22.0",
- "babel-polyfill": "^6.26.0",
- "babel-preset-env": "^1.6.1",
- "babel-preset-stage-0": "^6.24.1",
- "babel-register": "^6.26.0",
- "chai": "^4.1.2",
- "eslint": "^4.13.1",
- "eslint-config-standard": "^11.0.0-beta.0",
- "eslint-plugin-import": "^2.8.0",
- "eslint-plugin-node": "^5.2.1",
- "eslint-plugin-promise": "^3.6.0",
- "eslint-plugin-standard": "^3.0.1",
- "karma": "^1.7.1",
- "karma-chai": "^0.1.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-coverage": "^1.1.1",
- "karma-expect": "^1.1.3",
- "karma-mocha": "^1.3.0",
- "karma-rollup-preprocessor": "^5.0.2",
- "mocha": "^4.0.1",
- "puppeteer": "^0.13.0",
- "rollup": "^0.51.1",
- "rollup-plugin-babel": "^2.6.1",
- "rollup-plugin-commonjs": "^8.4.1",
- "rollup-plugin-node-resolve": "^3.2.0",
- "rollup-plugin-replace": "^2.0.0",
- "rollup-plugin-uglify": "^1.0.1",
- "vue": "^2.5.13"
- },
- "homepage": "https://github.com/hilongjw/vue-lazyload#readme",
- "keywords": [
- "vue-lazyload",
- "vue",
- "lazyload",
- "vue-directive"
- ],
- "license": "MIT",
- "main": "vue-lazyload.js",
- "name": "vue-lazyload",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hilongjw/vue-lazyload.git"
- },
- "scripts": {
- "build": "node build",
- "lint": "eslint ./src",
- "test": "karma start",
- "test:debug": "cross-env DEBUG=true karma start"
- },
- "unpkg": "vue-lazyload.js",
- "version": "1.2.3"
- }
|