wishthis/node_modules/get-imports/package.json

34 lines
601 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "get-imports",
"version": "1.0.0",
"description": "Get CSS @imports from a string",
"license": "MIT",
"repository": "kevva/get-import",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "node test.js"
},
2022-01-21 08:28:41 +00:00
"files": [
"index.js"
],
"keywords": [
"css",
"import",
"string"
],
2022-04-08 10:55:35 +00:00
"dependencies": {
"array-uniq": "^1.0.1",
"import-regex": "^1.1.0"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"ava": "^0.0.4"
}
2022-01-21 08:28:41 +00:00
}