82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"_from": "vuepress-plugin-smooth-scroll@^0.0.3",
|
|
"_id": "vuepress-plugin-smooth-scroll@0.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-bv8tTBhsypF8yfffKwr33nyMZDg=",
|
|
"_location": "/vuepress-plugin-smooth-scroll",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "vuepress-plugin-smooth-scroll@^0.0.3",
|
|
"name": "vuepress-plugin-smooth-scroll",
|
|
"escapedName": "vuepress-plugin-smooth-scroll",
|
|
"rawSpec": "^0.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vuepress/theme-default"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/vuepress-plugin-smooth-scroll/download/vuepress-plugin-smooth-scroll-0.0.3.tgz",
|
|
"_shasum": "6eff2d4c186cca917cc9f7df2b0af7de7c8c6438",
|
|
"_spec": "vuepress-plugin-smooth-scroll@^0.0.3",
|
|
"_where": "E:\\GreateCommunity\\node_modules\\@vuepress\\theme-default",
|
|
"author": {
|
|
"name": "meteorlxy",
|
|
"email": "meteor.lxy@foxmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/meteorlxy/vuepress-plugin-smooth-scroll/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"smoothscroll-polyfill": "^0.4.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Vuepress plugin for smooth scrolling",
|
|
"devDependencies": {
|
|
"@types/node": "^11.9.5",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"@vue/eslint-config-typescript": "^4.0.0",
|
|
"eslint": "^5.14.1",
|
|
"husky": "^1.3.1",
|
|
"lint-staged": "^8.1.4",
|
|
"rimraf": "^2.6.3",
|
|
"typescript": "^3.3.3333",
|
|
"vuepress": "^1.0.0-alpha.39"
|
|
},
|
|
"homepage": "https://github.com/meteorlxy/vuepress-plugin-smooth-scroll#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"vuepress",
|
|
"plugin",
|
|
"smooth",
|
|
"scroll"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.ts": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "lib/index.js",
|
|
"name": "vuepress-plugin-smooth-scroll",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/meteorlxy/vuepress-plugin-smooth-scroll.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf lib types && tsc -p tsconfig.json",
|
|
"docs:build": "vuepress build docs --dest docs-dist",
|
|
"docs:dev": "vuepress dev docs --temp .temp",
|
|
"lint": "eslint --ext .ts src/"
|
|
},
|
|
"version": "0.0.3"
|
|
}
|