wishthis/node_modules/get-imports/package.json

69 lines
1.5 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_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",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
2022-02-23 16:41:13 +00:00
"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"
},
2022-01-21 08:28:41 +00:00
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/kevva/get-import#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"css",
"import",
"string"
],
2022-02-23 16:41:13 +00:00
"license": "MIT",
"name": "get-imports",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/get-import.git"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
2022-01-21 08:28:41 +00:00
}