@swc-node/core
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "@swc-node/core", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Faster swc nodejs binding", | ||
@@ -26,5 +26,14 @@ "keywords": [ | ||
"typings": "index.d.ts", | ||
"files": ["index.js", "index.d.ts"], | ||
"os": ["darwin", "linux", "win32"], | ||
"cpu": ["x64"], | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"os": [ | ||
"darwin", | ||
"linux", | ||
"win32" | ||
], | ||
"cpu": [ | ||
"x64" | ||
], | ||
"engines": { | ||
@@ -50,3 +59,9 @@ "node": ">= 8.9" | ||
"@node-rs/helper": "^0.2.1" | ||
}, | ||
"gitHead": "c1eb391e550486021fd09d5538021c6ef1662588", | ||
"optionalDependencies": { | ||
"@swc-node/core-darwin": "^0.1.7", | ||
"@swc-node/core-linux": "^0.1.7", | ||
"@swc-node/core-win32": "^0.1.7" | ||
} | ||
} | ||
} |
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
5108
4