| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_args": [
- [
- {
- "raw": "marked@^0.3.6",
- "scope": null,
- "escapedName": "marked",
- "name": "marked",
- "rawSpec": "^0.3.6",
- "spec": ">=0.3.6 <0.4.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/cli-usage"
- ]
- ],
- "_from": "marked@>=0.3.6 <0.4.0",
- "_id": "marked@0.3.6",
- "_inCache": true,
- "_installable": true,
- "_location": "/marked",
- "_nodeVersion": "6.3.1",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/marked-0.3.6.tgz_1469848215797_0.5454847207292914"
- },
- "_npmUser": {
- "name": "chjj",
- "email": "chjjeffrey@gmail.com"
- },
- "_npmVersion": "3.10.5",
- "_phantomChildren": {},
- "_requested": {
- "raw": "marked@^0.3.6",
- "scope": null,
- "escapedName": "marked",
- "name": "marked",
- "rawSpec": "^0.3.6",
- "spec": ">=0.3.6 <0.4.0",
- "type": "range"
- },
- "_requiredBy": [
- "/cli-usage"
- ],
- "_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
- "_shasum": "b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7",
- "_shrinkwrap": null,
- "_spec": "marked@^0.3.6",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/cli-usage",
- "author": {
- "name": "Christopher Jeffrey"
- },
- "bin": {
- "marked": "./bin/marked"
- },
- "bugs": {
- "url": "http://github.com/chjj/marked/issues"
- },
- "dependencies": {},
- "description": "A markdown parser built for speed",
- "devDependencies": {
- "gulp": "^3.8.11",
- "gulp-concat": "^2.5.2",
- "gulp-uglify": "^1.1.0",
- "markdown": "*",
- "showdown": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7",
- "tarball": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz"
- },
- "gitHead": "eddec20467c2d10c7769061ee9074e268500966f",
- "homepage": "https://github.com/chjj/marked",
- "keywords": [
- "markdown",
- "markup",
- "html"
- ],
- "license": "MIT",
- "main": "./lib/marked.js",
- "maintainers": [
- {
- "name": "chjj",
- "email": "chjjeffrey@gmail.com"
- }
- ],
- "man": [
- "./man/marked.1"
- ],
- "name": "marked",
- "optionalDependencies": {},
- "preferGlobal": true,
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/chjj/marked.git"
- },
- "scripts": {
- "bench": "node test --bench",
- "test": "node test"
- },
- "tags": [
- "markdown",
- "markup",
- "html"
- ],
- "version": "0.3.6"
- }
|