72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"_from": "linkify-it@^2.0.0",
|
|
"_id": "linkify-it@2.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-2UpGSPmxwXnWT6lykSaL22zpQ08=",
|
|
"_location": "/linkify-it",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "linkify-it@^2.0.0",
|
|
"name": "linkify-it",
|
|
"escapedName": "linkify-it",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/markdown-it"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.3.tgz",
|
|
"_shasum": "d94a4648f9b1c179d64fa97291268bdb6ce9434f",
|
|
"_spec": "linkify-it@^2.0.0",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/markdown-it",
|
|
"bugs": {
|
|
"url": "https://github.com/markdown-it/linkify-it/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"uc.micro": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Links recognition library with FULL unicode support",
|
|
"devDependencies": {
|
|
"ansi": "^0.3.0",
|
|
"autoprefixer-stylus": "^0.11.0",
|
|
"benchmark": "^2.1.0",
|
|
"browserify": "*",
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.2",
|
|
"eslint": "^3.8.0",
|
|
"istanbul": "*",
|
|
"jade": "^1.11.0",
|
|
"mdurl": "^1.0.0",
|
|
"mocha": "^3.1.2",
|
|
"ndoc": "^5.0.1",
|
|
"stylus": "~0.54.5",
|
|
"tlds": "^1.166.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/markdown-it/linkify-it#readme",
|
|
"keywords": [
|
|
"linkify",
|
|
"linkifier",
|
|
"autolink",
|
|
"autolinker"
|
|
],
|
|
"license": "MIT",
|
|
"name": "linkify-it",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/markdown-it/linkify-it.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "2.0.3"
|
|
}
|