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.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "which-module@^1.0.0",
  3. "_id": "which-module@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
  6. "_location": "/which-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "which-module@^1.0.0",
  12. "name": "which-module",
  13. "escapedName": "which-module",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
  22. "_shasum": "bba63ca861948994ff307736089e3b96026c2a4f",
  23. "_spec": "which-module@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\yargs",
  25. "author": {
  26. "name": "nexdrew"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/nexdrew/which-module/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Find the module object for something that was require()d",
  34. "devDependencies": {
  35. "ava": "^0.15.2",
  36. "coveralls": "^2.11.9",
  37. "nyc": "^6.4.4",
  38. "standard": "^7.1.2",
  39. "standard-version": "^2.3.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/nexdrew/which-module#readme",
  45. "keywords": [
  46. "which",
  47. "module",
  48. "exports",
  49. "filename",
  50. "require",
  51. "reverse",
  52. "lookup"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "which-module",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/nexdrew/which-module.git"
  60. },
  61. "scripts": {
  62. "coverage": "nyc report --reporter=text-lcov | coveralls",
  63. "pretest": "standard",
  64. "release": "standard-version",
  65. "test": "nyc ava"
  66. },
  67. "version": "1.0.0"
  68. }