| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_args": [
- [
- {
- "raw": "cardinal@^1.0.0",
- "scope": null,
- "escapedName": "cardinal",
- "name": "cardinal",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/marked-terminal"
- ]
- ],
- "_from": "cardinal@>=1.0.0 <2.0.0",
- "_id": "cardinal@1.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/cardinal",
- "_nodeVersion": "4.4.6",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/cardinal-1.0.0.tgz_1472599040783_0.3466065616812557"
- },
- "_npmUser": {
- "name": "thlorenz",
- "email": "thlorenz@gmx.de"
- },
- "_npmVersion": "2.15.6",
- "_phantomChildren": {},
- "_requested": {
- "raw": "cardinal@^1.0.0",
- "scope": null,
- "escapedName": "cardinal",
- "name": "cardinal",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/marked-terminal"
- ],
- "_resolved": "https://registry.npmjs.org/cardinal/-/cardinal-1.0.0.tgz",
- "_shasum": "50e21c1b0aa37729f9377def196b5a9cec932ee9",
- "_shrinkwrap": null,
- "_spec": "cardinal@^1.0.0",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/marked-terminal",
- "author": {
- "name": "Thorsten Lorenz",
- "email": "thlorenz@gmx.de",
- "url": "thlorenz.com"
- },
- "bin": {
- "cdl": "./bin/cdl.js"
- },
- "bugs": {
- "url": "https://github.com/thlorenz/cardinal/issues"
- },
- "dependencies": {
- "ansicolors": "~0.2.1",
- "redeyed": "~1.0.0"
- },
- "description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",
- "devDependencies": {
- "readdirp": "~0.2.1",
- "tap": "~0.3.1"
- },
- "directories": {},
- "dist": {
- "shasum": "50e21c1b0aa37729f9377def196b5a9cec932ee9",
- "tarball": "https://registry.npmjs.org/cardinal/-/cardinal-1.0.0.tgz"
- },
- "gitHead": "ce0befef82535d86218fc32e5872809212e4b274",
- "homepage": "https://github.com/thlorenz/cardinal#readme",
- "keywords": [
- "syntax",
- "highlight",
- "theme",
- "javascript",
- "json",
- "terminal",
- "console",
- "print",
- "output"
- ],
- "license": "MIT",
- "main": "cardinal.js",
- "maintainers": [
- {
- "name": "thlorenz",
- "email": "thlorenz@gmx.de"
- }
- ],
- "name": "cardinal",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/thlorenz/cardinal.git"
- },
- "scripts": {
- "demo": "node examples/highlight-string.js; node examples/highlight-self; node examples/highlight-self-hide-semicolons;",
- "test": "tap ./test/*.js"
- },
- "version": "1.0.0"
- }
|