162 lines
3.8 KiB
JSON
162 lines
3.8 KiB
JSON
{
|
|
"_from": "chalk@1.1.3",
|
|
"_id": "chalk@1.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
|
"_location": "/chalk",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "chalk@1.1.3",
|
|
"name": "chalk",
|
|
"escapedName": "chalk",
|
|
"rawSpec": "1.1.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-code-frame",
|
|
"/boxen",
|
|
"/clap",
|
|
"/css-loader/postcss",
|
|
"/cssnano/postcss",
|
|
"/eslint",
|
|
"/inquirer",
|
|
"/jest-config",
|
|
"/jest-diff",
|
|
"/jest-jasmine2",
|
|
"/jest-matcher-utils",
|
|
"/jest-message-util",
|
|
"/jest-runtime",
|
|
"/jest-snapshot",
|
|
"/jest-util",
|
|
"/jest-validate",
|
|
"/jest/jest-cli",
|
|
"/postcss-calc/postcss",
|
|
"/postcss-colormin/postcss",
|
|
"/postcss-convert-values/postcss",
|
|
"/postcss-discard-comments/postcss",
|
|
"/postcss-discard-duplicates/postcss",
|
|
"/postcss-discard-empty/postcss",
|
|
"/postcss-discard-overridden/postcss",
|
|
"/postcss-discard-unused/postcss",
|
|
"/postcss-filter-plugins/postcss",
|
|
"/postcss-merge-idents/postcss",
|
|
"/postcss-merge-longhand/postcss",
|
|
"/postcss-merge-rules/postcss",
|
|
"/postcss-minify-font-values/postcss",
|
|
"/postcss-minify-gradients/postcss",
|
|
"/postcss-minify-params/postcss",
|
|
"/postcss-minify-selectors/postcss",
|
|
"/postcss-normalize-charset/postcss",
|
|
"/postcss-normalize-url/postcss",
|
|
"/postcss-ordered-values/postcss",
|
|
"/postcss-reduce-idents/postcss",
|
|
"/postcss-reduce-initial/postcss",
|
|
"/postcss-reduce-transforms/postcss",
|
|
"/postcss-svgo/postcss",
|
|
"/postcss-unique-selectors/postcss",
|
|
"/postcss-zindex/postcss",
|
|
"/react-dev-utils",
|
|
"/react-dev-utils/babel-code-frame",
|
|
"/react-error-overlay/babel-code-frame",
|
|
"/react-scripts",
|
|
"/table",
|
|
"/update-notifier"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
|
"_shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
|
|
"_spec": "chalk@1.1.3",
|
|
"_where": "/home/bilal/Saburly/slucajna-televizija/node_modules/react-scripts",
|
|
"bugs": {
|
|
"url": "https://github.com/chalk/chalk/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ansi-styles": "^2.2.1",
|
|
"escape-string-regexp": "^1.0.2",
|
|
"has-ansi": "^2.0.0",
|
|
"strip-ansi": "^3.0.0",
|
|
"supports-color": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"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": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"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": [
|
|
{
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
{
|
|
"name": "Joshua Appelman",
|
|
"email": "jappelman@xebia.com",
|
|
"url": "jbnicolai.com"
|
|
},
|
|
{
|
|
"name": "JD Ballard",
|
|
"email": "i.am.qix@gmail.com",
|
|
"url": "github.com/qix-"
|
|
}
|
|
],
|
|
"name": "chalk",
|
|
"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.3",
|
|
"xo": {
|
|
"envs": [
|
|
"node",
|
|
"mocha"
|
|
]
|
|
}
|
|
}
|