| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 | {  "_args": [    [      "icss-utils@4.1.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "icss-utils@4.1.1",  "_id": "icss-utils@4.1.1",  "_inBundle": false,  "_integrity": "sha1-IRcLU3ie4nRHwvR91oMIFAP5pGc=",  "_location": "/icss-utils",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "icss-utils@4.1.1",    "name": "icss-utils",    "escapedName": "icss-utils",    "rawSpec": "4.1.1",    "saveSpec": null,    "fetchSpec": "4.1.1"  },  "_requiredBy": [    "/css-loader",    "/postcss-modules-local-by-default",    "/postcss-modules-values"  ],  "_resolved": "https://registry.nlark.com/icss-utils/download/icss-utils-4.1.1.tgz",  "_spec": "4.1.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Glen Maddern"  },  "babel": {    "presets": [      [        "@babel/preset-env",        {          "targets": {            "node": 6          }        }      ]    ]  },  "bugs": {    "url": "https://github.com/css-modules/icss-utils/issues"  },  "dependencies": {    "postcss": "^7.0.14"  },  "description": "ICSS utils for postcss ast",  "devDependencies": {    "@babel/cli": "^7.1.0",    "@babel/core": "^7.1.0",    "@babel/preset-env": "^7.1.0",    "babel-eslint": "^10.0.1",    "babel-jest": "^24.1.0",    "eslint": "^5.14.1",    "husky": "^1.3.1",    "jest": "^24.1.0",    "lint-staged": "^8.1.4",    "prettier": "^1.16.4"  },  "engines": {    "node": ">= 6"  },  "eslintConfig": {    "parser": "babel-eslint",    "parserOptions": {      "sourceType": "module"    },    "env": {      "es6": true,      "jest": true    },    "extends": "eslint:recommended"  },  "files": [    "lib"  ],  "homepage": "https://github.com/css-modules/icss-utils#readme",  "husky": {    "hooks": {      "pre-commit": "lint-staged"    }  },  "keywords": [    "css",    "modules",    "icss",    "postcss"  ],  "license": "ISC",  "lint-staged": {    "*.js": [      "prettier --write",      "eslint",      "git add"    ]  },  "main": "lib/index.js",  "name": "icss-utils",  "repository": {    "type": "git",    "url": "git+https://github.com/css-modules/icss-utils.git"  },  "scripts": {    "build": "babel --out-dir lib src",    "lint": "eslint . --ignore-path .gitignore",    "prepublish": "yarn test && yarn run build",    "pretest": "npm run lint",    "test": "npm run test:only",    "test:only": "jest"  },  "version": "4.1.1"}
 |