wishthis/node_modules/css/package.json

76 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"css@2.2.4",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_from": "css@2.2.4",
"_id": "css@2.2.4",
"_inBundle": false,
"_integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
"_location": "/css",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "css@2.2.4",
"name": "css",
"escapedName": "css",
"rawSpec": "2.2.4",
"saveSpec": null,
"fetchSpec": "2.2.4"
},
"_requiredBy": [
"/rework",
"/rework-import"
],
"_resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
"_spec": "2.2.4",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/reworkcss/css/issues"
},
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"
},
2022-02-23 16:41:13 +00:00
"description": "CSS parser / stringifier",
2022-01-21 08:28:41 +00:00
"devDependencies": {
2022-02-23 16:41:13 +00:00
"bytes": "^1.0.0",
2022-01-21 08:28:41 +00:00
"matcha": "^0.5.0",
2022-02-23 16:41:13 +00:00
"mocha": "^1.21.3",
"should": "^4.0.4"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"files": [
"index.js",
"lib",
"Readme.md"
],
"homepage": "https://github.com/reworkcss/css#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"css",
"parser",
"stringifier",
"stylesheet"
2022-02-23 16:41:13 +00:00
],
"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.2.4"
2022-01-21 08:28:41 +00:00
}