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

64 lines
1.6 KiB
JSON

{
"_args": [
[
"rework-plugin-function@1.0.2",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "rework-plugin-function@1.0.2",
"_id": "rework-plugin-function@1.0.2",
"_inBundle": false,
"_integrity": "sha1-Es5G+1sptdk1FGaD9rmM9J0jc7k=",
"_location": "/rework-plugin-function",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rework-plugin-function@1.0.2",
"name": "rework-plugin-function",
"escapedName": "rework-plugin-function",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/rework-plugin-url"
],
"_resolved": "https://registry.npmjs.org/rework-plugin-function/-/rework-plugin-function-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "reworkcss"
},
"bugs": {
"url": "https://github.com/reworkcss/rework-plugin-function/issues"
},
"dependencies": {
"rework-visit": "^1.0.0"
},
"description": "function() 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-function",
"keywords": [
"browser",
"server",
"css",
"preprocess",
"transform"
],
"license": "MIT",
"main": "index.js",
"name": "rework-plugin-function",
"repository": {
"type": "git",
"url": "git://github.com/reworkcss/rework-plugin-function.git"
},
"scripts": {
"test": "mocha --require should --reporter spec"
},
"version": "1.0.2"
}