3d-rotation
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -1,1 +0,51 @@ | ||
{"name": "3d-rotation", "version": "0.0.0", "description": "", "main": "index.js", "scripts": {}, "license": "MIT"} | ||
{ | ||
"name": "3d-rotation", | ||
"version": "0.0.1", | ||
"description": "A testing project to calculate Euler rotations", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "NODE_DEBUG=3d-rotation nyc ava --timeout=10s --verbose", | ||
"test:dev": "NODE_DEBUG=3d-rotation nyc ava --timeout=10s --verbose && npm run report:dev", | ||
"lint": "eslint .", | ||
"fix": "eslint . --fix", | ||
"posttest": "npm run report", | ||
"report": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
"report:dev": "nyc report --reporter=html && npm run report:open", | ||
"report:open": "open coverage/index.html" | ||
}, | ||
"files": [ | ||
"src/" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/kaelzhang/3d-rotation.git" | ||
}, | ||
"keywords": [ | ||
"3d rotation", | ||
"Euler rotation", | ||
"rotation matrix", | ||
"extrinsic rotation", | ||
"intrinsic rotation" | ||
], | ||
"engines": { | ||
"node": ">= 6" | ||
}, | ||
"ava": { | ||
"files": [ | ||
"test/*.test.js" | ||
] | ||
}, | ||
"author": "kaelzhang", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/kaelzhang/3d-rotation/issues" | ||
}, | ||
"devDependencies": { | ||
"@ostai/eslint-config": "^3.5.0", | ||
"ava": "^3.7.0", | ||
"codecov": "^3.6.5", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"nyc": "^15.0.1" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
9041
6
241
0
1
23
0
6