package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "find-parent-dir@0.3.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-parent-dir@0.3.0",
  10. "_id": "find-parent-dir@0.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=",
  13. "_location": "/find-parent-dir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-parent-dir@0.3.0",
  19. "name": "find-parent-dir",
  20. "escapedName": "find-parent-dir",
  21. "rawSpec": "0.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.0"
  24. },
  25. "_requiredBy": [
  26. "/lint-staged"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz",
  29. "_spec": "0.3.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Thorsten Lorenz",
  33. "email": "thlorenz@gmx.de",
  34. "url": "http://thlorenz.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/thlorenz/find-parent-dir/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Finds the first parent directory that contains a given file or directory.",
  41. "devDependencies": {
  42. "tap": "~0.4.3"
  43. },
  44. "engine": {
  45. "node": ">=0.6"
  46. },
  47. "homepage": "https://github.com/thlorenz/find-parent-dir",
  48. "keywords": [
  49. "find",
  50. "parent",
  51. "dir",
  52. "root",
  53. "resolve",
  54. "walk"
  55. ],
  56. "license": "MIT",
  57. "main": "find-parent-dir.js",
  58. "name": "find-parent-dir",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/thlorenz/find-parent-dir.git"
  62. },
  63. "scripts": {
  64. "test": "tap test/*.js"
  65. },
  66. "version": "0.3.0"
  67. }