package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "dom-zindex@^1.0.6",
  3. "_id": "dom-zindex@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FKWIhiU96bi3xpP9ewRMgANsoVmMUBnMnmpCT6dPMZOunVYJQmJhSRruoI0XSPoHeIif3kyEuiHbFrOJwEJaEA==",
  6. "_location": "/dom-zindex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dom-zindex@^1.0.6",
  12. "name": "dom-zindex",
  13. "escapedName": "dom-zindex",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/@vxe-ui/core"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/dom-zindex/-/dom-zindex-1.0.6.tgz",
  22. "_shasum": "0f911b39d3e542232ad91307638dbb869643f89e",
  23. "_spec": "dom-zindex@^1.0.6",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vxe-ui\\core",
  25. "author": {
  26. "name": "Xu Liangzhan",
  27. "email": "xu_liangzhan@163.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/x-extends/dom-zindex/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Web common z-index style management",
  35. "devDependencies": {
  36. "@babel/core": "^7.4.4",
  37. "@babel/plugin-transform-runtime": "^7.4.4",
  38. "@babel/preset-env": "^7.4.4",
  39. "@babel/runtime": "^7.4.4",
  40. "eslint": "^5.16.0",
  41. "eslint-config-standard": "^12.0.0",
  42. "eslint-friendly-formatter": "^4.0.1",
  43. "eslint-plugin-import": "^2.16.0",
  44. "eslint-plugin-node": "^8.0.1",
  45. "eslint-plugin-promise": "^4.0.1",
  46. "eslint-plugin-standard": "^4.0.0",
  47. "gulp": "^4.0.2",
  48. "gulp-babel": "^8.0.0",
  49. "gulp-concat": "^2.6.1",
  50. "gulp-rename": "^2.0.0",
  51. "gulp-replace": "^1.1.3",
  52. "gulp-typescript": "^5.0.1",
  53. "gulp-uglify": "^3.0.2",
  54. "markdown-doctest": "^1.0.0",
  55. "typescript": "^4.6.4"
  56. },
  57. "files": [
  58. "dist",
  59. "es",
  60. "types"
  61. ],
  62. "homepage": "https://github.com/x-extends/dom-zindex/",
  63. "jsdelivr": "dist/index.umd.js",
  64. "keywords": [
  65. "z-index",
  66. "zindex"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/index.common.js",
  70. "module": "es/index.esm.js",
  71. "name": "dom-zindex",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/x-extends/dom-zindex.git"
  75. },
  76. "scripts": {
  77. "lib": "gulp build"
  78. },
  79. "typings": "types/index.d.ts",
  80. "unpkg": "dist/index.umd.js",
  81. "version": "1.0.6"
  82. }