package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "which-module@^2.0.0",
  3. "_id": "which-module@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
  6. "_location": "/which-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "which-module@^2.0.0",
  12. "name": "which-module",
  13. "escapedName": "which-module",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/sass-graph/yargs",
  20. "/webpack-cli/yargs",
  21. "/webpack-dev-server/yargs",
  22. "/yargs"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.1.tgz",
  25. "_shasum": "776b1fe35d90aebe99e8ac15eb24093389a4a409",
  26. "_spec": "which-module@^2.0.0",
  27. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\yargs",
  28. "author": {
  29. "name": "nexdrew"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/nexdrew/which-module/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Find the module object for something that was require()d",
  37. "devDependencies": {
  38. "ava": "^2.0.0",
  39. "coveralls": "^3.0.3",
  40. "nyc": "^14.0.0",
  41. "standard": "^14.0.0",
  42. "standard-version": "^7.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.1"
  71. }