package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "commondir@^1.0.1",
  3. "_id": "commondir@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  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. "/babel-loader/find-cache-dir",
  20. "/cache-loader/find-cache-dir",
  21. "/compression-webpack-plugin/find-cache-dir",
  22. "/copy-webpack-plugin/find-cache-dir",
  23. "/eslint-loader/find-cache-dir",
  24. "/find-cache-dir"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz",
  27. "_shasum": "ddd800da0c66127393cca5950ea968a3aaf1253b",
  28. "_spec": "commondir@^1.0.1",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\find-cache-dir",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/node-commondir/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "compute the closest common parent for file paths",
  42. "devDependencies": {
  43. "tape": "^3.5.0"
  44. },
  45. "engine": {
  46. "node": ">=0.4"
  47. },
  48. "homepage": "https://github.com/substack/node-commondir#readme",
  49. "keywords": [
  50. "common",
  51. "path",
  52. "directory",
  53. "file",
  54. "parent",
  55. "root"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "commondir",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/substack/node-commondir.git"
  63. },
  64. "scripts": {
  65. "test": "tape test/*.js"
  66. },
  67. "version": "1.0.1"
  68. }