change ref docs url format from 1_5 to v1.5
This commit is contained in:
+107
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"_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"
|
||||
},
|
||||
"/brodocs"
|
||||
]
|
||||
],
|
||||
"_from": "marked@>=0.3.6 <0.4.0",
|
||||
"_id": "marked@0.3.6",
|
||||
"_inCache": 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": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
|
||||
"_shasum": "b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "marked@^0.3.6",
|
||||
"_where": "/brodocs",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user