nmr-simulation
Advanced tools
Comparing version 0.1.4 to 0.2.0
{ | ||
"name": "nmr-simulation", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "Simulate NMR spectra from spin systems", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"eslint": "eslint src test --cache", | ||
"eslint-fix": "npm run eslint -- --fix", | ||
"test": "npm run test-mocha", | ||
"test-mocha": "mocha --compilers js:babel-register --require should --reporter mocha-better-spec-reporter --recursive src/**/__tests__/**/*.js", | ||
"test-cov": "istanbul cover _mocha -- --compilers js:babel-register --require should --reporter dot --recursive src/**/__tests__/**/*.js", | ||
"test-travis": "istanbul cover _mocha --report lcovonly -- --compilers js:babel-register --require should --reporter mocha-better-spec-reporter --recursive src/**/__tests__/**/*.js && npm run eslint", | ||
"build": "cheminfo build --no-uglify" | ||
@@ -41,6 +46,18 @@ }, | ||
"devDependencies": { | ||
"cheminfo-tools": "^1.11.0", | ||
"request": "2.78.0", | ||
"nmr-predictor": "0.1.0" | ||
"babel-cli": "^6.2.0", | ||
"babel-core": "^6.2.1", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.1.18", | ||
"babel-preset-es2015-node4": "^2.0.1", | ||
"babel-register": "^6.2.0", | ||
"babelify": "^7.2.0", | ||
"babili": "0.0.8", | ||
"cheminfo-tools": "^1.3.4", | ||
"eslint": "^3.9.1", | ||
"eslint-config-cheminfo": "^1.5.2", | ||
"eslint-plugin-no-only-tests": "^1.1.0", | ||
"mocha": "^3.1.2", | ||
"mocha-better-spec-reporter": "^3.0.1", | ||
"should": "^11.1.1", | ||
"nmr-predictor": "0.2.3" | ||
} | ||
} |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
25904
8
582
1
15
1