summaryrefslogtreecommitdiff
path: root/node_modules/ignore-walk/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-03 02:48:28 -0700
committer8cy <[email protected]>2020-04-03 02:48:28 -0700
commitf9159ea2d994e14180fb02ab562f0119513e67cf (patch)
tree09d14cdf05456567156738b681379d4bccd64e5c /node_modules/ignore-walk/package.json
parent2020/04/03, 02:42, V1.2.1 (diff)
downloads5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.tar.xz
s5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.zip
2020/04/03, 02:47, V1.2.2
Diffstat (limited to 'node_modules/ignore-walk/package.json')
-rw-r--r--node_modules/ignore-walk/package.json74
1 files changed, 0 insertions, 74 deletions
diff --git a/node_modules/ignore-walk/package.json b/node_modules/ignore-walk/package.json
deleted file mode 100644
index cbfef89..0000000
--- a/node_modules/ignore-walk/package.json
+++ /dev/null
@@ -1,74 +0,0 @@
-{
- "_from": "ignore-walk@^3.0.1",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==",
- "_location": "/ignore-walk",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ignore-walk@^3.0.1",
- "name": "ignore-walk",
- "escapedName": "ignore-walk",
- "rawSpec": "^3.0.1",
- "saveSpec": null,
- "fetchSpec": "^3.0.1"
- },
- "_requiredBy": [
- "/npm-packlist"
- ],
- "_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz",
- "_shasum": "017e2447184bfeade7c238e4aefdd1e8f95b1e37",
- "_spec": "ignore-walk@^3.0.1",
- "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\npm-packlist",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "[email protected]",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/isaacs/ignore-walk/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "minimatch": "^3.0.4"
- },
- "deprecated": false,
- "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
- "devDependencies": {
- "mkdirp": "^0.5.1",
- "mutate-fs": "^1.1.0",
- "rimraf": "^2.6.1",
- "tap": "^14.6.9"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/isaacs/ignore-walk#readme",
- "keywords": [
- "ignorefile",
- "ignore",
- "file",
- ".gitignore",
- ".npmignore",
- "glob"
- ],
- "license": "ISC",
- "main": "index.js",
- "name": "ignore-walk",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/isaacs/ignore-walk.git"
- },
- "scripts": {
- "postpublish": "git push origin --all; git push origin --tags",
- "postversion": "npm publish",
- "preversion": "npm test",
- "test": "tap"
- },
- "tap": {
- "jobs": 1
- },
- "version": "3.0.3"
-}