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, 14 insertions, 47 deletions
diff --git a/node_modules/walk-up-path/package.json b/node_modules/walk-up-path/package.json
index 0c1da3341..df69d9238 100644
--- a/node_modules/walk-up-path/package.json
+++ b/node_modules/walk-up-path/package.json
@@ -1,61 +1,28 @@
{
- "_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"
- },
+ "name": "walk-up-path",
+ "version": "1.0.0",
"files": [
"index.js"
],
- "homepage": "https://github.com/isaacs/walk-up-path#readme",
- "license": "ISC",
- "name": "walk-up-path",
+ "description": "Given a path string, return a generator that walks up the path, emitting each dirname.",
"repository": {
"type": "git",
- "url": "git+https://github.com/isaacs/walk-up-path.git"
+ "url": "git+https://github.com/isaacs/walk-up-path"
},
+ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
+ "license": "ISC",
"scripts": {
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
- "preversion": "npm test",
+ "test": "tap",
"snap": "tap",
- "test": "tap"
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags"
},
"tap": {
"check-coverage": true
},
- "version": "1.0.0"
+ "devDependencies": {
+ "tap": "^14.10.7",
+ "require-inject": "^1.4.4"
+ }
}