has-package-exports
Advanced tools
Comparing version 1.2.1-alpha.0 to 1.2.1-alpha.1
{ | ||
"name": "has-package-exports", | ||
"version": "1.2.1-alpha.0", | ||
"version": "1.2.1-alpha.1", | ||
"description": "Does the current node version have support for the \"exports\" field in package.json?", | ||
@@ -60,3 +60,3 @@ "main": "no", | ||
"dependencies": { | ||
"@ljharb/patterns": "file:./packages/patterns/ljharb-patterns-0.0.0.tgz" | ||
"@ljharb/patterns": "file:./packages/patterns" | ||
}, | ||
@@ -63,0 +63,0 @@ "devDependencies": { |
{ | ||
"name": "@ljharb/patterns", | ||
"name": "@ljharb/has-package-exports-patterns", | ||
"version": "0.0.0", | ||
"private": "true", | ||
"main": "./no.js", | ||
@@ -9,3 +8,13 @@ "exports": { | ||
"./patterns/*": "./patterns/*ed.js" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/inspect-js/has-package-exports.git" | ||
}, | ||
"author": "Jordan Harband <ljharb@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/inspect-js/has-package-exports/issues" | ||
}, | ||
"homepage": "https://github.com/inspect-js/has-package-exports#readme" | ||
} |
@@ -6,3 +6,3 @@ 'use strict'; | ||
// eslint-disable-next-line global-require | ||
supported = require('@ljharb/patterns/patterns/pattern'); | ||
supported = require('@has-package-exports-patterns/patterns/pattern'); | ||
} catch (e) { | ||
@@ -9,0 +9,0 @@ supported = false; |
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
15144