package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "pkg-dir@3.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "pkg-dir@3.0.0",
  9. "_id": "pkg-dir@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
  12. "_location": "/pkg-dir",
  13. "_phantomChildren": {
  14. "path-exists": "3.0.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "pkg-dir@3.0.0",
  20. "name": "pkg-dir",
  21. "escapedName": "pkg-dir",
  22. "rawSpec": "3.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "3.0.0"
  25. },
  26. "_requiredBy": [
  27. "/find-cache-dir",
  28. "/import-local"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
  31. "_spec": "3.0.0",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/pkg-dir/issues"
  40. },
  41. "dependencies": {
  42. "find-up": "^3.0.0"
  43. },
  44. "description": "Find the root directory of a Node.js project or npm package",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/pkg-dir#readme",
  56. "keywords": [
  57. "package",
  58. "json",
  59. "root",
  60. "npm",
  61. "entry",
  62. "find",
  63. "up",
  64. "find-up",
  65. "findup",
  66. "look-up",
  67. "look",
  68. "file",
  69. "search",
  70. "match",
  71. "resolve",
  72. "parent",
  73. "parents",
  74. "folder",
  75. "directory",
  76. "dir",
  77. "walk",
  78. "walking",
  79. "path"
  80. ],
  81. "license": "MIT",
  82. "name": "pkg-dir",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/pkg-dir.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava"
  89. },
  90. "version": "3.0.0"
  91. }