123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_args": [
- [
- "v-org-tree@1.0.12",
- "D:\\代码\\单商户\\admin"
- ]
- ],
- "_from": "v-org-tree@1.0.12",
- "_id": "v-org-tree@1.0.12",
- "_inBundle": false,
- "_integrity": "sha512-xqbCHFrY1Eg/l7HWfNj8N5uXBpVLHZt9YiuRpElIl7dBl9/yuTAwgsFf3VJjzESZ7WdT0InoXWLBgfAyeb8oXw==",
- "_location": "/v-org-tree",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "v-org-tree@1.0.12",
- "name": "v-org-tree",
- "escapedName": "v-org-tree",
- "rawSpec": "1.0.12",
- "saveSpec": null,
- "fetchSpec": "1.0.12"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/v-org-tree/-/v-org-tree-1.0.12.tgz",
- "_spec": "1.0.12",
- "_where": "D:\\代码\\单商户\\admin",
- "author": {
- "name": "lison",
- "email": "lison16new@163.com"
- },
- "bugs": {
- "url": "https://github.com/lison16/v-org-tree/issues"
- },
- "dependencies": {
- "clonedeep": "^2.0.0"
- },
- "description": "A simple organization tree chart based on Vue2.x",
- "devDependencies": {
- "@vue/cli-plugin-babel": "^3.2.0",
- "@vue/cli-plugin-eslint": "^3.2.0",
- "@vue/cli-service": "^3.2.0",
- "@vue/eslint-config-standard": "^4.0.0",
- "babel-eslint": "^10.0.1",
- "eslint": "^5.8.0",
- "eslint-plugin-vue": "^5.0.0-0",
- "less": "^3.0.4",
- "less-loader": "^4.1.0",
- "lint-staged": "^7.2.2",
- "vue": "^2.5.17",
- "vue-template-compiler": "^2.5.17"
- },
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "homepage": "https://github.com/lison16/v-org-tree#readme",
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "vue-cli-service lint",
- "git add"
- ],
- "*.vue": [
- "vue-cli-service lint",
- "git add"
- ]
- },
- "main": "dist/v-org-tree.common.js",
- "name": "v-org-tree",
- "private": false,
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lison16/v-org-tree.git"
- },
- "scripts": {
- "build": "vue-cli-service build --dest demo",
- "lint": "vue-cli-service lint",
- "package": "vue-cli-service build --target lib --name v-org-tree --dest dist ./src/components/org-tree/index.js",
- "serve": "vue-cli-service serve"
- },
- "version": "1.0.12"
- }
|