wishthis/node_modules/get-imports/package.json
2022-02-23 17:41:13 +01:00

68 lines
1.5 KiB
JSON

{
"_args": [
[
"get-imports@1.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "get-imports@1.0.0",
"_id": "get-imports@1.0.0",
"_inBundle": false,
"_integrity": "sha1-R8C07piTUWQsVJdxk79Pyqv1N48=",
"_location": "/get-imports",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "get-imports@1.0.0",
"name": "get-imports",
"escapedName": "get-imports",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/parse-import"
],
"_resolved": "https://registry.npmjs.org/get-imports/-/get-imports-1.0.0.tgz",
"_spec": "1.0.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/get-import/issues"
},
"dependencies": {
"array-uniq": "^1.0.1",
"import-regex": "^1.1.0"
},
"description": "Get CSS @imports from a string",
"devDependencies": {
"ava": "^0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/get-import#readme",
"keywords": [
"css",
"import",
"string"
],
"license": "MIT",
"name": "get-imports",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/get-import.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}