package.json 1.7 KB

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