mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
74
node_modules/linkify-it/package.json
generated
vendored
Normal file
74
node_modules/linkify-it/package.json
generated
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"linkify-it@2.2.0",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "linkify-it@2.2.0",
|
||||
"_id": "linkify-it@2.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==",
|
||||
"_location": "/linkify-it",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "linkify-it@2.2.0",
|
||||
"name": "linkify-it",
|
||||
"escapedName": "linkify-it",
|
||||
"rawSpec": "2.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/markdown-it"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz",
|
||||
"_spec": "2.2.0",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"bugs": {
|
||||
"url": "https://github.com/markdown-it/linkify-it/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"uc.micro": "^1.0.1"
|
||||
},
|
||||
"description": "Links recognition library with FULL unicode support",
|
||||
"devDependencies": {
|
||||
"ansi": "^0.3.0",
|
||||
"autoprefixer-stylus": "^0.14.0",
|
||||
"benchmark": "^2.1.0",
|
||||
"browserify": "^16.2.3",
|
||||
"chai": "^4.2.0",
|
||||
"coveralls": "^3.0.2",
|
||||
"eslint": "^5.9.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"jade": "^1.11.0",
|
||||
"mdurl": "^1.0.0",
|
||||
"mocha": "^5.2.0",
|
||||
"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.2.0"
|
||||
}
|
Reference in New Issue
Block a user