You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

75 lines
1.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "which-module@2.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/jest-runtime/yargs",
  26. "/jest/yargs",
  27. "/webpack-dev-server/yargs",
  28. "/yargs"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. }