123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "_from": "icss-utils@^4.1.1",
- "_id": "icss-utils@4.1.1",
- "_inBundle": false,
- "_integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==",
- "_location": "/icss-utils",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz",
- "_shasum": "21170b53789ee27447c2f47dd683081403f9a467",
- "_spec": "icss-utils@^4.1.1",
- "_where": "H:\\gs_nuxt\\node_modules\\css-loader",
- "author": {
- "name": "Glen Maddern"
- },
- "babel": {
- "presets": [
- [
- "@babel/preset-env",
- {
- "targets": {
- "node": 6
- }
- }
- ]
- ]
- },
- "bugs": {
- "url": "https://github.com/css-modules/icss-utils/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "postcss": "^7.0.14"
- },
- "deprecated": false,
- "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"
- }
|