@pnpm/matcher
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -24,1 +24,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/matcher", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple pattern matcher for pnpm", | ||
@@ -8,12 +8,14 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=10.13" | ||
}, | ||
"files": [ | ||
"lib/" | ||
"lib", | ||
"!*.map" | ||
], | ||
"scripts": { | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check", | ||
"tsc": "rimraf lib && tsc", | ||
"prepublishOnly": "pnpm run tsc" | ||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/matcher/coverage ts-node packages/matcher/test --type-check", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
@@ -27,7 +29,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/matcher", | ||
], | ||
"author": { | ||
"name": "Zoltan Kochan", | ||
"email": "z@kochan.io", | ||
"url": "https://www.kochan.io" | ||
}, | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
@@ -39,9 +37,7 @@ "bugs": { | ||
"devDependencies": { | ||
"@pnpm/matcher": "link:", | ||
"rimraf": "3.0.0", | ||
"tape": "4.11.0" | ||
"@pnpm/matcher": "link:" | ||
}, | ||
"dependencies": { | ||
"escape-string-regexp": "2.0.0" | ||
"escape-string-regexp": "3.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3464
1
+ Addedescape-string-regexp@3.0.0(transitive)
- Removedescape-string-regexp@2.0.0(transitive)
Updatedescape-string-regexp@3.0.0