package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "module-alias@^2.2.2",
  3. "_id": "module-alias@2.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bOclZt8hkpuGgSSoG07PKmvzTizROilUTvLNyrMqvlC9snhs7y7GzjNWAVbISIOlhCP1T14rH1PDAV9iNyBq/w==",
  6. "_location": "/module-alias",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "module-alias@^2.2.2",
  12. "name": "module-alias",
  13. "escapedName": "module-alias",
  14. "rawSpec": "^2.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.2"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/module-alias/-/module-alias-2.3.4.tgz",
  22. "_shasum": "7c2b0442ba1114744e97288963db637859db4094",
  23. "_spec": "module-alias@^2.2.2",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@vue\\cli-service",
  25. "author": {
  26. "name": "Nick Gavrilov",
  27. "email": "artnikpro@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ilearnio/module-alias/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Create aliases of directories and register custom module paths",
  35. "devDependencies": {
  36. "chai": "^3.5.0",
  37. "hello-world-classic": "github:ilearnio/hello-world-classic",
  38. "husky": "^3.0.2",
  39. "mocha": "^2.4.5",
  40. "semver": "^6.1.1",
  41. "standard": "^12.0.1"
  42. },
  43. "exports": {
  44. ".": {
  45. "types": "./index.d.ts",
  46. "require": "./index.js",
  47. "import": "./index.mjs"
  48. },
  49. "./register": {
  50. "require": "./register.js",
  51. "import": "./register.mjs"
  52. }
  53. },
  54. "files": [
  55. "index.js",
  56. "index.mjs",
  57. "index.d.ts",
  58. "register.js",
  59. "register.mjs",
  60. "esm-loader.mjs",
  61. "README.md",
  62. "LICENSE"
  63. ],
  64. "homepage": "https://github.com/ilearnio/module-alias",
  65. "husky": {
  66. "hooks": {
  67. "pre-push": "npm run test"
  68. }
  69. },
  70. "keywords": [
  71. "extend",
  72. "modules",
  73. "node",
  74. "path",
  75. "resolve"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "module-alias",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/ilearnio/module-alias.git"
  83. },
  84. "scripts": {
  85. "lint": "standard",
  86. "test": "npm run lint && npm run testonly",
  87. "test:all": "npm run testonly && npm run test:esm",
  88. "test:esm": "NODE_ENV=test mocha test/esm/unit.mjs test/esm/integration.js",
  89. "testonly": "NODE_ENV=test mocha test/specs.js",
  90. "testonly-watch": "NODE_ENV=test mocha -w test/specs.js"
  91. },
  92. "types": "index.d.ts",
  93. "version": "2.3.4"
  94. }