UNPKG

alinex-util

Version:

Different small helper methods which are generally used

51 lines 1.12 kB
{ "name": "alinex-util", "version": "2.5.1", "description": "Different small helper methods which are generally used", "copyright": "Alexander Schilling 2014-2017", "private": false, "keywords": [ "utils", "helper", "string", "object", "array", "extend", "clone" ], "homepage": "http://alinex.github.io/node-util/", "repository": { "type": "git", "url": "https://github.com/alinex/node-util" }, "bugs": "https://github.com/alinex/node-util/issues", "author": { "name": "Alexander Schilling", "email": "info@alinex.de", "web": "http://alinex.de" }, "contributors": [], "license": "Apache-2.0", "main": "./lib/index.js", "scripts": { "prepublish": "node_modules/.bin/builder compile", "test": "node_modules/.bin/builder test" }, "directories": { "lib": "./lib" }, "dependencies": { "chalk": "^1.1.3", "debug": "^2.6.0" }, "devDependencies": { "alinex-builder": "^2.4.1", "async": "^2.1.4", "chai": "^3.5.0" }, "optionalDependencies": {}, "engines": { "node": ">=0.10" }, "os": [] }