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.

97 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "which-module@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/webpack-cli/node_modules/yargs"
  6. ]
  7. ],
  8. "_from": "which-module@>=2.0.0 <3.0.0",
  9. "_id": "which-module@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/which-module",
  13. "_nodeVersion": "7.9.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/which-module-2.0.0.tgz_1493670259112_0.19386909971944988"
  17. },
  18. "_npmUser": {
  19. "email": "andrew@npmjs.com",
  20. "name": "nexdrew"
  21. },
  22. "_npmVersion": "4.2.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "which-module",
  26. "raw": "which-module@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack-cli/yargs",
  34. "/yargs"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
  37. "_shasum": "d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a",
  38. "_shrinkwrap": null,
  39. "_spec": "which-module@^2.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/webpack-cli/node_modules/yargs",
  41. "author": {
  42. "name": "nexdrew"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/nexdrew/which-module/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Find the module object for something that was require()d",
  49. "devDependencies": {
  50. "ava": "^0.19.1",
  51. "coveralls": "^2.13.1",
  52. "nyc": "^10.3.0",
  53. "standard": "^10.0.2",
  54. "standard-version": "^4.0.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a",
  59. "tarball": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "gitHead": "7f78f42d0761133263c3947a3b24dde324a467ce",
  65. "homepage": "https://github.com/nexdrew/which-module#readme",
  66. "keywords": [
  67. "exports",
  68. "filename",
  69. "lookup",
  70. "module",
  71. "require",
  72. "reverse",
  73. "which"
  74. ],
  75. "license": "ISC",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "nexdrew",
  80. "email": "andrew@npmjs.com"
  81. }
  82. ],
  83. "name": "which-module",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/nexdrew/which-module.git"
  89. },
  90. "scripts": {
  91. "coverage": "nyc report --reporter=text-lcov | coveralls",
  92. "pretest": "standard",
  93. "release": "standard-version",
  94. "test": "nyc ava"
  95. },
  96. "version": "2.0.0"
  97. }