@multiformats/murmur3
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@multiformats/murmur3", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -8,8 +8,15 @@ "main": "index.js", | ||
"scripts": { | ||
"pre:test": "standard", | ||
"test:node": "hundreds mocha test.js", | ||
"test:browser": "polendina --cleanup test.js", | ||
"test": "npm run pre:test && npm run test:node && npm run test:browser", | ||
"coverage": "c8 --reporter=html mocha test.js && npx st -d coverage -p 8080" | ||
"build": "rollup --config rollup.config.js", | ||
"prepublishOnly": "npm run build", | ||
"lint": "standard", | ||
"test:cjs": "npm run build && mocha dist/test/test-*.cjs", | ||
"test:node": "hundreds mocha test/test-*.js", | ||
"test:browser": "polendina --cleanup test/test-*.js", | ||
"test": "npm run lint && npm run test:node && npm run test:browser && npm run test:cjs", | ||
"coverage": "c8 --reporter=html mocha test/test-*.js && npx st -d coverage -p 8080" | ||
}, | ||
"exports": { | ||
"require": "./dist/index.cjs", | ||
"import": "./index.js" | ||
}, | ||
"keywords": [], | ||
@@ -23,8 +30,10 @@ "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)", | ||
"devDependencies": { | ||
"hundreds": "0.0.4", | ||
"globby": "^11.0.1", | ||
"hundreds": "0.0.7", | ||
"mocha": "^8.0.1", | ||
"multiformats": "^1.0.1", | ||
"multiformats": "^1.1.9", | ||
"polendina": "^1.0.0", | ||
"rollup": "^2.18.0", | ||
"standard": "^14.3.4" | ||
} | ||
} |
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
738131
7
92
7