package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "module-alias@2.2.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "module-alias@2.2.3",
  10. "_id": "module-alias@2.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==",
  13. "_location": "/module-alias",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "module-alias@2.2.3",
  19. "name": "module-alias",
  20. "escapedName": "module-alias",
  21. "rawSpec": "2.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.3"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/module-alias/-/module-alias-2.2.3.tgz",
  29. "_spec": "2.2.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Nick Gavrilov",
  33. "email": "artnikpro@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ilearnio/module-alias/issues"
  37. },
  38. "description": "Create aliases of directories and register custom module paths",
  39. "devDependencies": {
  40. "chai": "^3.5.0",
  41. "hello-world-classic": "github:ilearnio/hello-world-classic",
  42. "husky": "^3.0.2",
  43. "mocha": "^2.4.5",
  44. "semver": "^6.1.1",
  45. "standard": "^12.0.1"
  46. },
  47. "files": [
  48. "index.js",
  49. "register.js",
  50. "README.md",
  51. "LICENSE"
  52. ],
  53. "homepage": "https://github.com/ilearnio/module-alias",
  54. "husky": {
  55. "hooks": {
  56. "pre-push": "npm run test"
  57. }
  58. },
  59. "keywords": [
  60. "extend",
  61. "modules",
  62. "node",
  63. "path",
  64. "resolve"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "module-alias",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/ilearnio/module-alias.git"
  72. },
  73. "scripts": {
  74. "lint": "standard",
  75. "test": "npm run lint && npm run testonly",
  76. "testonly": "NODE_ENV=test mocha test/specs.js",
  77. "testonly-watch": "NODE_ENV=test mocha -w test/specs.js"
  78. },
  79. "version": "2.2.3"
  80. }