Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
61
node_modules/url-regex/package.json
generated
vendored
61
node_modules/url-regex/package.json
generated
vendored
|
@ -1,70 +1,35 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"url-regex@3.2.0",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "url-regex@3.2.0",
|
||||
"_id": "url-regex@3.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-260eDJ4p4QXdCx8J9oYvf9tIJyQ=",
|
||||
"_location": "/url-regex",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "url-regex@3.2.0",
|
||||
"name": "url-regex",
|
||||
"escapedName": "url-regex",
|
||||
"rawSpec": "3.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/rework-import"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/url-regex/-/url-regex-3.2.0.tgz",
|
||||
"_spec": "3.2.0",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"name": "url-regex",
|
||||
"version": "3.2.0",
|
||||
"description": "Regular expression for matching URLs",
|
||||
"license": "MIT",
|
||||
"repository": "kevva/url-regex",
|
||||
"author": {
|
||||
"name": "Kevin Mårtensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
"url": "https://github.com/kevva"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kevva/url-regex/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"ip-regex": "^1.0.1"
|
||||
},
|
||||
"description": "Regular expression for matching URLs",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/kevva/url-regex#readme",
|
||||
"keywords": [
|
||||
"regex",
|
||||
"string",
|
||||
"url"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "url-regex",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kevva/url-regex.git"
|
||||
"dependencies": {
|
||||
"ip-regex": "^1.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"version": "3.2.0",
|
||||
"xo": {
|
||||
"ignores": [
|
||||
"test.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue