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