UNPKG

d2-ui

Version:
135 lines (134 loc) 2.94 kB
{ "_args": [ [ "chalk@1.1.1", "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/babel-cli" ] ], "_from": "chalk@1.1.1", "_id": "chalk@1.1.1", "_inCache": true, "_installable": true, "_location": "/chalk", "_nodeVersion": "0.12.7", "_npmUser": { "email": "sindresorhus@gmail.com", "name": "sindresorhus" }, "_npmVersion": "2.13.5", "_phantomChildren": {}, "_requested": { "name": "chalk", "raw": "chalk@1.1.1", "rawSpec": "1.1.1", "scope": null, "spec": "1.1.1", "type": "version" }, "_requiredBy": [ "/babel-cli", "/babel-code-frame", "/har-validator", "/inquirer", "/log-symbols", "/node-sass", "/table" ], "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz", "_shasum": "509afb67066e7499f7eb3535c77445772ae2d019", "_shrinkwrap": null, "_spec": "chalk@1.1.1", "_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/babel-cli", "bugs": { "url": "https://github.com/chalk/chalk/issues" }, "dependencies": { "ansi-styles": "^2.1.0", "escape-string-regexp": "^1.0.2", "has-ansi": "^2.0.0", "strip-ansi": "^3.0.0", "supports-color": "^2.0.0" }, "description": "Terminal string styling done right. Much color.", "devDependencies": { "coveralls": "^2.11.2", "matcha": "^0.6.0", "mocha": "*", "nyc": "^3.0.0", "require-uncached": "^1.0.2", "resolve-from": "^1.0.0", "semver": "^4.3.3", "xo": "*" }, "directories": {}, "dist": { "shasum": "509afb67066e7499f7eb3535c77445772ae2d019", "tarball": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "8b554e254e89c85c1fd04dcc444beeb15824e1a5", "homepage": "https://github.com/chalk/chalk#readme", "keywords": [ "color", "colour", "colors", "terminal", "console", "cli", "string", "str", "ansi", "style", "styles", "tty", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "license": "MIT", "maintainers": [ { "email": "sindresorhus@gmail.com", "name": "sindresorhus" }, { "email": "jappelman@xebia.com", "name": "jbnicolai" }, { "email": "sindresorhus+unicorn@gmail.com", "name": "unicorn" } ], "name": "chalk", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/chalk/chalk.git" }, "scripts": { "bench": "matcha benchmark.js", "coverage": "nyc npm test && nyc report", "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "test": "xo && mocha" }, "version": "1.1.1", "xo": { "envs": [ "node", "mocha" ] } }