| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "[email protected]",
- "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake"
- ]
- ],
- "_from": "chalk@>=0.4.0 <0.5.0",
- "_id": "[email protected]",
- "_inCache": true,
- "_installable": true,
- "_location": "/chalk",
- "_npmUser": {
- "email": "[email protected]",
- "name": "sindresorhus"
- },
- "_npmVersion": "1.3.17",
- "_phantomChildren": {},
- "_requested": {
- "name": "chalk",
- "raw": "[email protected]",
- "rawSpec": "0.4.x",
- "scope": null,
- "spec": ">=0.4.0 <0.5.0",
- "type": "range"
- },
- "_requiredBy": [
- "/jake"
- ],
- "_resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz",
- "_shasum": "5199a3ddcd0c1efe23bc08c1b027b06176e0c64f",
- "_shrinkwrap": null,
- "_spec": "[email protected]",
- "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake",
- "author": {
- "email": "[email protected]",
- "name": "Sindre Sorhus",
- "url": "http://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/chalk/issues"
- },
- "dependencies": {
- "ansi-styles": "~1.0.0",
- "has-color": "~0.1.0",
- "strip-ansi": "~0.1.0"
- },
- "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.",
- "devDependencies": {
- "mocha": "~1.x"
- },
- "directories": {},
- "dist": {
- "shasum": "5199a3ddcd0c1efe23bc08c1b027b06176e0c64f",
- "tarball": "http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/chalk",
- "keywords": [
- "256",
- "ansi",
- "cli",
- "color",
- "colors",
- "colour",
- "command-line",
- "console",
- "formatting",
- "log",
- "logging",
- "rgb",
- "shell",
- "string",
- "styles",
- "terminal",
- "text",
- "tty",
- "xterm"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "[email protected]"
- }
- ],
- "name": "chalk",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/sindresorhus/chalk.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "0.4.0"
- }
|