You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+63-23Lines changed: 63 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
> Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.
4
4
5
+
Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.
*[find-file-up](https://www.npmjs.com/package/find-file-up): Find a file, starting with the given cwd and recursively searching up one directory until… [more](https://github.com/jonschlinkert/find-file-up) | [homepage](https://github.com/jonschlinkert/find-file-up"Find a file, starting with the given cwd and recursively searching up one directory until it's found (or we run out of directories). Async and sync.")
31
-
*[load-module-pkg](https://www.npmjs.com/package/load-module-pkg): Load the package.json for any project currently installed in node_modules. | [homepage](https://github.com/jonschlinkert/load-module-pkg"Load the package.json for any project currently installed in node_modules.")
32
-
*[load-pkg](https://www.npmjs.com/package/load-pkg): Loads the package.json from the root of the user's current project. | [homepage](https://github.com/jonschlinkert/load-pkg"Loads the package.json from the root of the user's current project.")
33
-
*[look-up](https://www.npmjs.com/package/look-up): Faster drop-in replacement for find-up and findup-sync. | [homepage](https://github.com/jonschlinkert/look-up"Faster drop-in replacement for find-up and findup-sync.")
34
-
*[module-root](https://www.npmjs.com/package/module-root): Get the resolved path the root (directory) of a package installed in node_modules. | [homepage](https://github.com/jonschlinkert/module-root"Get the resolved path the root (directory) of a package installed in node_modules.")
61
+
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
35
62
36
-
### Contributing
63
+
</details>
37
64
38
-
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
65
+
<details>
66
+
<summary><strong>Running Tests</strong></summary>
67
+
68
+
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
69
+
70
+
```sh
71
+
$ npm install && npm test
72
+
```
39
73
40
-
### Building docs
74
+
</details>
75
+
76
+
<details>
77
+
<summary><strong>Building docs</strong></summary>
41
78
42
79
_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
43
80
@@ -47,26 +84,29 @@ To generate the readme, run the following command:
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
89
+
### Related projects
53
90
54
-
```sh
55
-
$ npm install && npm test
56
-
```
91
+
You might also be interested in these projects:
92
+
93
+
*[find-file-up](https://www.npmjs.com/package/find-file-up): Find a file fast, by starting at the given cwd and recursing up one directory… [more](https://github.com/jonschlinkert/find-file-up) | [homepage](https://github.com/jonschlinkert/find-file-up"Find a file fast, by starting at the given cwd and recursing up one directory until the file is found or we run out of directories.")
94
+
*[findup-sync](https://www.npmjs.com/package/findup-sync): Find the first file matching a given pattern in the current directory or the nearest… [more](https://github.com/js-cli/node-findup-sync#readme) | [homepage](https://github.com/js-cli/node-findup-sync#readme"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.")
95
+
*[global-modules](https://www.npmjs.com/package/global-modules): The directory used by npm for globally installed npm modules. | [homepage](https://github.com/jonschlinkert/global-modules"The directory used by npm for globally installed npm modules.")
0 commit comments