wishthis/node_modules/css/package.json

40 lines
787 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "css",
"version": "2.2.4",
"description": "CSS parser / stringifier",
"main": "index",
"files": [
"index.js",
"lib",
"Readme.md"
2022-02-23 16:41:13 +00:00
],
2022-01-21 08:28:41 +00:00
"dependencies": {
"inherits": "^2.0.3",
"source-map": "^0.6.1",
"source-map-resolve": "^0.5.2",
"urix": "^0.1.0"
},
"devDependencies": {
2022-02-23 16:41:13 +00:00
"mocha": "^1.21.3",
2022-04-08 10:55:35 +00:00
"should": "^4.0.4",
"matcha": "^0.5.0",
"bytes": "^1.0.0"
},
"scripts": {
"benchmark": "matcha",
"test": "mocha --require should --reporter spec --bail test/*.js"
},
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/reworkcss/css.git"
2022-01-21 08:28:41 +00:00
},
"keywords": [
"css",
"parser",
"stringifier",
"stylesheet"
2022-04-08 10:55:35 +00:00
]
2022-01-21 08:28:41 +00:00
}