You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
2.7 KiB

{
"_args": [
[
"vue-lazyload@1.3.3",
"/Users/linhuakun/Downloads/nodejs/codewhy"
]
],
"_from": "vue-lazyload@1.3.3",
"_id": "vue-lazyload@1.3.3",
"_inBundle": false,
"_integrity": "sha1-TfUKJxvem3TDyveiKNbgr1DVaC8=",
"_location": "/vue-lazyload",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vue-lazyload@1.3.3",
"name": "vue-lazyload",
"escapedName": "vue-lazyload",
"rawSpec": "1.3.3",
"saveSpec": null,
"fetchSpec": "1.3.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/vue-lazyload/download/vue-lazyload-1.3.3.tgz",
"_spec": "1.3.3",
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
"author": {
"name": "Awe",
"email": "hilongjw@gmail.com"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"bugs": {
"url": "https://github.com/hilongjw/vue-lazyload/issues"
},
"dependencies": {},
"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.16"
},
"homepage": "https://github.com/hilongjw/vue-lazyload#readme",
"keywords": [
"vue-lazyload",
"vue",
"lazyload",
"vue-directive"
],
"license": "MIT",
"main": "vue-lazyload.js",
"module": "vue-lazyload.esm.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",
"test:types": "tsc -p types/test"
},
"typings": "types/index.d.ts",
"unpkg": "vue-lazyload.js",
"version": "1.3.3"
}