{ "_from": "@adobe/css-tools@^4.0.1", "_id": "@adobe/css-tools@4.3.2", "_inBundle": false, "_integrity": "sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==", "_location": "/@adobe/css-tools", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@adobe/css-tools@^4.0.1", "name": "@adobe/css-tools", "escapedName": "@adobe%2fcss-tools", "scope": "@adobe", "rawSpec": "^4.0.1", "saveSpec": null, "fetchSpec": "^4.0.1" }, "_requiredBy": [ "/stylus" ], "_resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.2.tgz", "_shasum": "a6abc715fb6884851fca9dad37fc34739a04fd11", "_spec": "@adobe/css-tools@^4.0.1", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/stylus", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, "bugs": { "url": "https://github.com/adobe/css-tools/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jean-Philippe Zolesio", "email": "holblin@gmail.com" } ], "deprecated": false, "description": "CSS parser / stringifier", "devDependencies": { "@parcel/packager-ts": "2.10.3", "@parcel/transformer-typescript-types": "2.10.3", "@types/benchmark": "^2.1.1", "@types/bytes": "^3.1.1", "@types/jest": "^29.5.3", "@types/node": "^20.4.5", "benchmark": "^2.1.4", "bytes": "^3.1.0", "gts": "^5.0.0", "jest": "^29.6.2", "parcel": "^2.10.3", "ts-jest": "^29.1.1", "typescript": "^5.0.2" }, "exports": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "files": [ "dist", "Readme.md" ], "homepage": "https://github.com/adobe/css-tools#readme", "keywords": [ "css", "parser", "stringifier", "stylesheet" ], "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "@adobe/css-tools", "repository": { "type": "git", "url": "git+https://github.com/adobe/css-tools.git" }, "scripts": { "benchmark": "node benchmark/index.mjs", "build": "parcel build && node ./utils/fix-type-generation.cjs", "clean": "gts clean && rm -rf ./dist", "fix": "gts fix", "lint": "gts lint", "posttest": "npm run lint", "prepack": "npm run build", "prepare": "npm run build", "pretest": "npm run build", "test": "jest" }, "source": "src/index.ts", "type": "module", "types": "./dist/types.d.ts", "version": "4.3.2" }