package.json 1.7 KB

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