Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nmr-simulation

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nmr-simulation - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

src/__tests__/simulate1D.js

27

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc