package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "which-module@2.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "which-module@2.0.0",
  9. "_id": "which-module@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
  12. "_location": "/which-module",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "which-module@2.0.0",
  18. "name": "which-module",
  19. "escapedName": "which-module",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/yargs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "nexdrew"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/nexdrew/which-module/issues"
  35. },
  36. "description": "Find the module object for something that was require()d",
  37. "devDependencies": {
  38. "ava": "^0.19.1",
  39. "coveralls": "^2.13.1",
  40. "nyc": "^10.3.0",
  41. "standard": "^10.0.2",
  42. "standard-version": "^4.0.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/nexdrew/which-module#readme",
  48. "keywords": [
  49. "which",
  50. "module",
  51. "exports",
  52. "filename",
  53. "require",
  54. "reverse",
  55. "lookup"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "which-module",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/nexdrew/which-module.git"
  63. },
  64. "scripts": {
  65. "coverage": "nyc report --reporter=text-lcov | coveralls",
  66. "pretest": "standard",
  67. "release": "standard-version",
  68. "test": "nyc ava"
  69. },
  70. "version": "2.0.0"
  71. }