package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "/terser-webpack-plugin/find-cache-dir"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  23. "_shasum": "ddd800da0c66127393cca5950ea968a3aaf1253b",
  24. "_spec": "commondir@^1.0.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\find-cache-dir",
  26. "author": {
  27. "name": "James Halliday",
  28. "email": "mail@substack.net",
  29. "url": "http://substack.net"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/substack/node-commondir/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "compute the closest common parent for file paths",
  38. "devDependencies": {
  39. "tape": "^3.5.0"
  40. },
  41. "engine": {
  42. "node": ">=0.4"
  43. },
  44. "homepage": "https://github.com/substack/node-commondir#readme",
  45. "keywords": [
  46. "common",
  47. "path",
  48. "directory",
  49. "file",
  50. "parent",
  51. "root"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "commondir",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/substack/node-commondir.git"
  59. },
  60. "scripts": {
  61. "test": "tape test/*.js"
  62. },
  63. "version": "1.0.1"
  64. }