package.json 1.7 KB

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