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/common-ancestor-path/package.json')
-rw-r--r--node_modules/common-ancestor-path/package.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/node_modules/common-ancestor-path/package.json b/node_modules/common-ancestor-path/package.json
new file mode 100644
index 000000000..d455f3bc1
--- /dev/null
+++ b/node_modules/common-ancestor-path/package.json
@@ -0,0 +1,61 @@
+{
+ "_from": "common-ancestor-path@^1.0.1",
+ "_id": "common-ancestor-path@1.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==",
+ "_location": "/common-ancestor-path",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "common-ancestor-path@^1.0.1",
+ "name": "common-ancestor-path",
+ "escapedName": "common-ancestor-path",
+ "rawSpec": "^1.0.1",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.1"
+ },
+ "_requiredBy": [
+ "/@npmcli/arborist"
+ ],
+ "_resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
+ "_shasum": "4f7d2d1394d91b7abdf51871c62f71eadb0182a7",
+ "_spec": "common-ancestor-path@^1.0.1",
+ "_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/common-ancestor-path/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Find the common ancestor of 2 or more paths on Windows or Unix",
+ "devDependencies": {
+ "require-inject": "^1.4.4",
+ "tap": "^14.10.7"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/isaacs/common-ancestor-path#readme",
+ "license": "ISC",
+ "name": "common-ancestor-path",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/isaacs/common-ancestor-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.1"
+}