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.

100 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "resolve-cwd@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/import-local"
  6. ]
  7. ],
  8. "_from": "resolve-cwd@>=2.0.0 <3.0.0",
  9. "_id": "resolve-cwd@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/resolve-cwd",
  13. "_nodeVersion": "4.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/resolve-cwd-2.0.0.tgz_1493370863917_0.16202757763676345"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "resolve-cwd",
  26. "raw": "resolve-cwd@^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. "/import-local"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
  36. "_shasum": "00a9f7387556e27038eae232caa372a6a59b665a",
  37. "_shrinkwrap": null,
  38. "_spec": "resolve-cwd@^2.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/import-local",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/resolve-cwd/issues"
  47. },
  48. "dependencies": {
  49. "resolve-from": "^3.0.0"
  50. },
  51. "description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "00a9f7387556e27038eae232caa372a6a59b665a",
  59. "tarball": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=4"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "8c41f4b51c0b12792127ca2974101f8cac800a3b",
  68. "homepage": "https://github.com/sindresorhus/resolve-cwd#readme",
  69. "keywords": [
  70. "current",
  71. "cwd",
  72. "directory",
  73. "from",
  74. "import",
  75. "like",
  76. "module",
  77. "path",
  78. "require",
  79. "resolve",
  80. "working"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "sindresorhus",
  86. "email": "sindresorhus@gmail.com"
  87. }
  88. ],
  89. "name": "resolve-cwd",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/resolve-cwd.git"
  95. },
  96. "scripts": {
  97. "test": "xo && ava"
  98. },
  99. "version": "2.0.0"
  100. }