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

81 lines
1.8 KiB
JSON

{
"_args": [
[
"rework-import@2.1.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "rework-import@2.1.0",
"_id": "rework-import@2.1.0",
"_inBundle": false,
"_integrity": "sha1-wm7StTFZrHvi7GDaIj74lgPB7x8=",
"_location": "/rework-import",
"_phantomChildren": {
"array-union": "1.0.2",
"async": "1.5.2",
"inflight": "1.0.6",
"inherits": "2.0.4",
"minimatch": "3.0.5",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "rework-import@2.1.0",
"name": "rework-import",
"escapedName": "rework-import",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/gulp-concat-css"
],
"_resolved": "https://registry.npmjs.org/rework-import/-/rework-import-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "F:\\laragon\\www\\wishthis",
"authors": [
"Kevin Mårtensson <kevinmartensson@gmail.com>",
"Jason Campbell <jason@js.la>",
"Maxime Thirouin <m@moox.io>"
],
"bugs": {
"url": "https://github.com/reworkcss/rework-import/issues"
},
"dependencies": {
"css": "^2.0.0",
"globby": "^2.0.0",
"parse-import": "^2.0.0",
"url-regex": "^3.0.0"
},
"description": "A rework plugin to read and inline CSS files via @import",
"devDependencies": {
"ava": "^0.0.4",
"css-whitespace": "^1.1.0",
"rework": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/reworkcss/rework-import#readme",
"keywords": [
"css",
"import",
"media",
"rework"
],
"license": "MIT",
"name": "rework-import",
"repository": {
"type": "git",
"url": "git+https://github.com/reworkcss/rework-import.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "2.1.0"
}