12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "icss-utils@5.1.0",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "icss-utils@5.1.0",
- "_id": "icss-utils@5.1.0",
- "_inBundle": false,
- "_integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
- "_location": "/icss-utils",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "icss-utils@5.1.0",
- "name": "icss-utils",
- "escapedName": "icss-utils",
- "rawSpec": "5.1.0",
- "saveSpec": null,
- "fetchSpec": "5.1.0"
- },
- "_requiredBy": [
- "/css-loader",
- "/postcss-modules-local-by-default",
- "/postcss-modules-values"
- ],
- "_resolved": "https://registry.npmmirror.com/icss-utils/-/icss-utils-5.1.0.tgz",
- "_spec": "5.1.0",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Glen Maddern"
- },
- "bugs": {
- "url": "https://github.com/css-modules/icss-utils/issues"
- },
- "description": "ICSS utils for postcss ast",
- "devDependencies": {
- "coveralls": "^3.1.0",
- "eslint": "^7.9.0",
- "eslint-config-prettier": "^6.12.0",
- "husky": "^4.3.0",
- "jest": "^26.4.2",
- "lint-staged": "^10.4.0",
- "postcss": "^8.1.0",
- "prettier": "^2.1.2"
- },
- "engines": {
- "node": "^10 || ^12 || >= 14"
- },
- "files": [
- "src"
- ],
- "homepage": "https://github.com/css-modules/icss-utils#readme",
- "keywords": [
- "css",
- "modules",
- "icss",
- "postcss"
- ],
- "license": "ISC",
- "main": "src/index.js",
- "name": "icss-utils",
- "peerDependencies": {
- "postcss": "^8.1.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/css-modules/icss-utils.git"
- },
- "scripts": {
- "eslint": "eslint --ignore-path .gitignore .",
- "lint": "yarn eslint && yarn prettier",
- "prepublishOnly": "yarn test",
- "pretest": "yarn lint",
- "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
- "test": "yarn test:coverage",
- "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
- "test:only": "jest",
- "test:watch": "jest --watch"
- },
- "version": "5.1.0"
- }
|