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

64 lines
1.5 KiB
JSON

{
"_args": [
[
"rework-plugin-url@1.1.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "rework-plugin-url@1.1.0",
"_id": "rework-plugin-url@1.1.0",
"_inBundle": false,
"_integrity": "sha1-q1PosQV7nV7MHIJz/32xhgg3XEU=",
"_location": "/rework-plugin-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rework-plugin-url@1.1.0",
"name": "rework-plugin-url",
"escapedName": "rework-plugin-url",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/gulp-concat-css"
],
"_resolved": "https://registry.npmjs.org/rework-plugin-url/-/rework-plugin-url-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "reworkcss"
},
"bugs": {
"url": "https://github.com/reworkcss/rework-plugin-url/issues"
},
"dependencies": {
"rework-plugin-function": "^1.0.0"
},
"description": "url() plugin for rework, formerly included in core",
"devDependencies": {
"mocha": "^1.17.1",
"rework": "^1.0.0",
"should": "^3.1.3"
},
"homepage": "https://github.com/reworkcss/rework-plugin-url",
"keywords": [
"browser",
"server",
"css",
"preprocess",
"transform"
],
"license": "MIT",
"main": "index.js",
"name": "rework-plugin-url",
"repository": {
"type": "git",
"url": "git://github.com/reworkcss/rework-plugin-url.git"
},
"scripts": {
"test": "mocha --require should --reporter spec"
},
"version": "1.1.0"
}