package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "watchpack@2.4.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "watchpack@2.4.0",
  10. "_id": "watchpack@2.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
  13. "_location": "/watchpack",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "watchpack@2.4.0",
  19. "name": "watchpack",
  20. "escapedName": "watchpack",
  21. "rawSpec": "2.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.0"
  24. },
  25. "_requiredBy": [
  26. "/vue-loader",
  27. "/webpack"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.0.tgz",
  30. "_spec": "2.4.0",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Tobias Koppers @sokra"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack/watchpack/issues"
  37. },
  38. "dependencies": {
  39. "glob-to-regexp": "^0.4.1",
  40. "graceful-fs": "^4.1.2"
  41. },
  42. "description": "Wrapper library for directory and file watching.",
  43. "devDependencies": {
  44. "coveralls": "^3.0.0",
  45. "eslint": "^5.11.1",
  46. "eslint-config-prettier": "^4.3.0",
  47. "eslint-plugin-prettier": "^3.1.0",
  48. "istanbul": "^0.4.3",
  49. "mocha": "^5.0.1",
  50. "prettier": "^1.11.0",
  51. "rimraf": "^2.6.2",
  52. "should": "^8.3.1",
  53. "write-file-atomic": "^3.0.1"
  54. },
  55. "directories": {
  56. "test": "test"
  57. },
  58. "engines": {
  59. "node": ">=10.13.0"
  60. },
  61. "files": [
  62. "lib/"
  63. ],
  64. "homepage": "https://github.com/webpack/watchpack",
  65. "license": "MIT",
  66. "main": "./lib/watchpack.js",
  67. "name": "watchpack",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/webpack/watchpack.git"
  71. },
  72. "scripts": {
  73. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  74. "lint": "eslint lib",
  75. "precover": "yarn lint",
  76. "pretest": "yarn lint",
  77. "pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
  78. "test": "mocha"
  79. },
  80. "version": "2.4.0"
  81. }