package.json 2.3 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
{
  "_args": [
    [
      {
        "name": "markdown-link",
        "raw": "markdown-link@^0.1.1",
        "rawSpec": "^0.1.1",
        "scope": null,
        "spec": ">=0.1.1 <0.2.0",
        "type": "range"
      },
      "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/markdown-toc"
    ]
  ],
  "_from": "markdown-link@>=0.1.1 <0.2.0",
  "_id": "markdown-link@0.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/markdown-link",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "email": "github@sellside.com",
    "name": "jonschlinkert"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "markdown-link",
    "raw": "markdown-link@^0.1.1",
    "rawSpec": "^0.1.1",
    "scope": null,
    "spec": ">=0.1.1 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/markdown-toc"
  ],
  "_resolved": "https://registry.npmjs.org/markdown-link/-/markdown-link-0.1.1.tgz",
  "_shasum": "32c5c65199a6457316322d1e4229d13407c8c7cf",
  "_shrinkwrap": null,
  "_spec": "markdown-link@^0.1.1",
  "_where": "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/markdown-toc",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/markdown-link/issues"
  },
  "dependencies": {},
  "description": "Micro util for generating a single markdown link.",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "32c5c65199a6457316322d1e4229d13407c8c7cf",
    "tarball": "https://registry.npmjs.org/markdown-link/-/markdown-link-0.1.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/markdown-link",
  "keywords": [],
  "license": {
    "type": "MIT",
    "url": "https://github.com/jonschlinkert/markdown-link/blob/master/LICENSE"
  },
  "main": "index.js",
  "maintainers": [
    {
      "email": "github@sellside.com",
      "name": "jonschlinkert"
    }
  ],
  "name": "markdown-link",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/markdown-link.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.1.1"
}