projecte_ionic/node_modules/css/package.json
2022-02-09 18:30:03 +01:00

71 lines
1.6 KiB
JSON
Executable file

{
"_from": "css@^3.0.0",
"_id": "css@3.0.0",
"_inBundle": false,
"_integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
"_location": "/css",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "css@^3.0.0",
"name": "css",
"escapedName": "css",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/critters"
],
"_resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
"_shasum": "4447a4d58fdd03367c516ca9f64ae365cee4aa5d",
"_spec": "css@^3.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/critters",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/reworkcss/css/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "^2.0.4",
"source-map": "^0.6.1",
"source-map-resolve": "^0.6.0"
},
"deprecated": false,
"description": "CSS parser / stringifier",
"devDependencies": {
"bytes": "^3.1.0",
"matcha": "^0.7.0",
"mocha": "^8.0.1",
"should": "^13.2.3"
},
"files": [
"index.js",
"lib",
"Readme.md"
],
"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 test/*.js"
},
"version": "3.0.0"
}