64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"_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",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|