backoffice/node_modules/css/package.json

72 lines
1.6 KiB
JSON
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"_from": "css@~2.0.0",
"_id": "css@2.0.0",
"_inBundle": false,
"_integrity": "sha1-jPrtNEKe/jglzcVVLonYu3XN5Fc=",
"_location": "/css",
"_phantomChildren": {
"amdefine": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "css@~2.0.0",
"name": "css",
"escapedName": "css",
"rawSpec": "~2.0.0",
"saveSpec": null,
"fetchSpec": "~2.0.0"
},
"_requiredBy": [
"/R2"
],
"_resolved": "https://registry.npmjs.org/css/-/css-2.0.0.tgz",
"_shasum": "8cfaed34429efe3825cdc5552e89d8bb75cde457",
"_spec": "css@~2.0.0",
"_where": "C:\\wamp64\\www\\ilink\\node_modules\\R2",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/reworkcss/css/issues"
},
"bundleDependencies": false,
"dependencies": {
"source-map": "~0.1.31",
"source-map-resolve": "~0.1.3",
"urix": "~0.1.0"
},
"deprecated": false,
"description": "CSS parser / stringifier",
"devDependencies": {
"bytes": "~0.2.1",
"matcha": "~0.4.0",
"mocha": "*",
"should": "*"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/reworkcss/css#readme",
"keywords": [
"css",
"parser",
"stringifier",
"stylesheet"
],
"license": "MIT",
"main": "index",
"name": "css",
"repository": {
"type": "git",
"url": "git+https://github.com/reworkcss/css.git"
},
"scripts": {
"benchmark": "matcha",
"test": "mocha --require should --reporter spec --bail test/**/*.js"
},
"version": "2.0.0"
}