backoffice/node_modules/cssjanus/package.json

64 lines
1.7 KiB
JSON

{
"_from": "cssjanus@>=1.1.2",
"_id": "cssjanus@1.3.0",
"_inBundle": false,
"_integrity": "sha512-XZxaOz3lIg1qR1Sagbx6hiz8QM22Hu3YWoSf/i+epDSzaGExLOXsPznrJdYv8rnGGlASxhhN/+lpbQGyMoO3kA==",
"_location": "/cssjanus",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cssjanus@>=1.1.2",
"name": "cssjanus",
"escapedName": "cssjanus",
"rawSpec": ">=1.1.2",
"saveSpec": null,
"fetchSpec": ">=1.1.2"
},
"_requiredBy": [
"/grunt-cssjanus"
],
"_resolved": "https://registry.npmjs.org/cssjanus/-/cssjanus-1.3.0.tgz",
"_shasum": "e65b4eda8441e7c74c1890587375a7df55d7d6ae",
"_spec": "cssjanus@>=1.1.2",
"_where": "C:\\wamp64\\www\\ilink\\node_modules\\grunt-cssjanus",
"author": {
"name": "Trevor Parscal",
"email": "trevorparscal@gmail.com",
"url": "http://www.trevorparscal.com/"
},
"bugs": {
"url": "https://github.com/cssjanus/cssjanus/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Converts CSS stylesheets between left-to-right and right-to-left.",
"devDependencies": {
"eslint-config-wikimedia": "0.3.0",
"grunt": "1.0.3",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "21.0.0",
"grunt-jsonlint": "1.1.0"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"src/",
"LICENSE.txt"
],
"homepage": "https://github.com/cssjanus/cssjanus",
"license": "Apache-2.0",
"main": "./src/cssjanus.js",
"name": "cssjanus",
"repository": {
"type": "git",
"url": "git://github.com/cssjanus/cssjanus.git"
},
"scripts": {
"test": "grunt test"
},
"version": "1.3.0"
}