package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "which-module@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/@commitlint/cli/yargs",
  27. "/webpack-dev-server/yargs",
  28. "/yargs"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/which-module/download/which-module-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "nexdrew"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/nexdrew/which-module/issues"
  38. },
  39. "description": "Find the module object for something that was require()d",
  40. "devDependencies": {
  41. "ava": "^0.19.1",
  42. "coveralls": "^2.13.1",
  43. "nyc": "^10.3.0",
  44. "standard": "^10.0.2",
  45. "standard-version": "^4.0.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/nexdrew/which-module#readme",
  51. "keywords": [
  52. "which",
  53. "module",
  54. "exports",
  55. "filename",
  56. "require",
  57. "reverse",
  58. "lookup"
  59. ],
  60. "license": "ISC",
  61. "main": "index.js",
  62. "name": "which-module",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/nexdrew/which-module.git"
  66. },
  67. "scripts": {
  68. "coverage": "nyc report --reporter=text-lcov | coveralls",
  69. "pretest": "standard",
  70. "release": "standard-version",
  71. "test": "nyc ava"
  72. },
  73. "version": "2.0.0"
  74. }