package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "commondir@^1.0.1",
  3. "_id": "commondir@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
  6. "_location": "/commondir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commondir@^1.0.1",
  12. "name": "commondir",
  13. "escapedName": "commondir",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/find-cache-dir",
  20. "/hard-source-webpack-plugin/find-cache-dir",
  21. "/webpack/find-cache-dir"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  24. "_shasum": "ddd800da0c66127393cca5950ea968a3aaf1253b",
  25. "_spec": "commondir@^1.0.1",
  26. "_where": "H:\\gs_nuxt\\node_modules\\find-cache-dir",
  27. "author": {
  28. "name": "James Halliday",
  29. "email": "mail@substack.net",
  30. "url": "http://substack.net"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/substack/node-commondir/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "compute the closest common parent for file paths",
  39. "devDependencies": {
  40. "tape": "^3.5.0"
  41. },
  42. "engine": {
  43. "node": ">=0.4"
  44. },
  45. "homepage": "https://github.com/substack/node-commondir#readme",
  46. "keywords": [
  47. "common",
  48. "path",
  49. "directory",
  50. "file",
  51. "parent",
  52. "root"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "commondir",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/substack/node-commondir.git"
  60. },
  61. "scripts": {
  62. "test": "tape test/*.js"
  63. },
  64. "version": "1.0.1"
  65. }