package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "module-alias@^2.2.2",
  3. "_id": "module-alias@2.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==",
  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.2.3.tgz",
  22. "_shasum": "ec2e85c68973bda6ab71ce7c93b763ec96053221",
  23. "_spec": "module-alias@^2.2.2",
  24. "_where": "E:\\vue_project\\el-table-column\\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. "files": [
  44. "index.js",
  45. "register.js",
  46. "README.md",
  47. "LICENSE"
  48. ],
  49. "homepage": "https://github.com/ilearnio/module-alias",
  50. "husky": {
  51. "hooks": {
  52. "pre-push": "npm run test"
  53. }
  54. },
  55. "keywords": [
  56. "extend",
  57. "modules",
  58. "node",
  59. "path",
  60. "resolve"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "module-alias",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/ilearnio/module-alias.git"
  68. },
  69. "scripts": {
  70. "lint": "standard",
  71. "test": "npm run lint && npm run testonly",
  72. "testonly": "NODE_ENV=test mocha test/specs.js",
  73. "testonly-watch": "NODE_ENV=test mocha -w test/specs.js"
  74. },
  75. "version": "2.2.3"
  76. }