Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/walk-up-path/package.json')
-rw-r--r--node_modules/walk-up-path/package.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/node_modules/walk-up-path/package.json b/node_modules/walk-up-path/package.json
new file mode 100644
index 000000000..0c1da3341
--- /dev/null
+++ b/node_modules/walk-up-path/package.json
@@ -0,0 +1,61 @@
+{
+ "_from": "walk-up-path@^1.0.0",
+ "_id": "walk-up-path@1.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg==",
+ "_location": "/walk-up-path",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "walk-up-path@^1.0.0",
+ "name": "walk-up-path",
+ "escapedName": "walk-up-path",
+ "rawSpec": "^1.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.0"
+ },
+ "_requiredBy": [
+ "/@npmcli/arborist"
+ ],
+ "_resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-1.0.0.tgz",
+ "_shasum": "d4745e893dd5fd0dbb58dd0a4c6a33d9c9fec53e",
+ "_spec": "walk-up-path@^1.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/@npmcli/arborist",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "https://izs.me"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/walk-up-path/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Given a path string, return a generator that walks up the path, emitting each dirname.",
+ "devDependencies": {
+ "require-inject": "^1.4.4",
+ "tap": "^14.10.7"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/isaacs/walk-up-path#readme",
+ "license": "ISC",
+ "name": "walk-up-path",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/isaacs/walk-up-path.git"
+ },
+ "scripts": {
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags",
+ "preversion": "npm test",
+ "snap": "tap",
+ "test": "tap"
+ },
+ "tap": {
+ "check-coverage": true
+ },
+ "version": "1.0.0"
+}