UNPKG

safe-utils

Version:

Defensive programming helper methods that will change your life

44 lines (43 loc) 1.21 kB
{ "name": "safe-utils", "version": "1.0.1", "description": "Defensive programming helper methods that will change your life", "main": "dist/cjs/lib.js", "module": "lib.js", "sideEffects": false, "author": { "name": "Sebastian Ware", "email": "sebastian@urbantalk.se", "url": "https://github.com/jhsware" }, "contributors": [ { "name": "Pontus Nydensten", "email": "pontusn@kth.se" } ], "license": "MIT", "homepage": "https://github.com/jhsware/safe-utils", "bugs": { "url": "https://github.com/jhsware/safe-utils/issues" }, "repository": { "type": "git", "url": "git+https://github.com/jhsware/safe-utils.git" }, "dependencies": {}, "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/preset-env": "7.1.0", "expect.js": "~0.3.1", "mocha": "^8.3.1", "mocha-better-spec-reporter": "^3.1.0" }, "scripts": { "build": "rm -rf ./dist && babel lib.js --out-dir dist/cjs", "test": "./node_modules/mocha/bin/mocha --reporter mocha-better-spec-reporter", "debug-test": "./node_modules/mocha/bin/mocha --debug-brk --no-timeouts", "prepublish": "npm run build" } }