123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "_from": "css-functions-list@^3.0.1",
- "_id": "css-functions-list@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-PriDuifDt4u4rkDgnqRCLnjfMatufLmWNfQnGCq34xZwpY3oabwhB9SqRBmuvWUgndbemCFlKqg+nO7C2q0SBw==",
- "_location": "/css-functions-list",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "css-functions-list@^3.0.1",
- "name": "css-functions-list",
- "escapedName": "css-functions-list",
- "rawSpec": "^3.0.1",
- "saveSpec": null,
- "fetchSpec": "^3.0.1"
- },
- "_requiredBy": [
- "/stylelint"
- ],
- "_resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.0.1.tgz",
- "_shasum": "1460df7fb584d1692c30b105151dbb988c8094f9",
- "_spec": "css-functions-list@^3.0.1",
- "_where": "H:\\gs_nuxt\\node_modules\\stylelint",
- "author": {
- "name": "Ivan Nikolić",
- "email": "niksy5@gmail.com",
- "url": "http://ivannikolic.com"
- },
- "bugs": {
- "url": "https://github.com/niksy/css-functions-list/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "List of standard and browser specific CSS functions.",
- "devDependencies": {
- "@types/jsdom": "^16.2.13",
- "@types/mocha": "^9.0.0",
- "@types/node": "^16.3.0",
- "@types/node-fetch": "^2.5.12",
- "changelog-verify": "^1.1.2",
- "cpy": "^8.1.2",
- "eslint": "^8.5.0",
- "eslint-config-nitpick": "^11.1.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-prettier": "^4.0.0",
- "esm": "^3.0.51",
- "execa": "^5.1.1",
- "github-release-from-changelog": "^2.1.1",
- "husky": "^4.3.0",
- "isomorphic-unfetch": "^3.1.0",
- "jsdom": "^17.0.0",
- "lint-staged": "^10.4.2",
- "mocha": "^8.4.0",
- "np": "^7.6.0",
- "prettier": "^2.4.0",
- "rollup": "^2.32.1",
- "typescript": "^4.3.5",
- "version-changelog": "^3.1.1",
- "write-json-file": "^4.3.0"
- },
- "directories": {
- "test": "test"
- },
- "engines": {
- "node": ">=12.22"
- },
- "exports": {
- ".": {
- "import": "./esm/index.js",
- "require": "./cjs/index.js"
- },
- "./index.json": {
- "import": "./esm/index.json",
- "require": "./cjs/index.json"
- },
- "./package.json": "./package.json"
- },
- "files": [
- "cjs/",
- "esm/",
- "CHANGELOG.md",
- "LICENSE.md",
- "README.md"
- ],
- "homepage": "https://github.com/niksy/css-functions-list#readme",
- "keywords": [
- "css",
- "functions",
- "list"
- ],
- "license": "MIT",
- "main": "cjs/index.js",
- "module": "esm/index.js",
- "name": "css-functions-list",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/niksy/css-functions-list.git"
- },
- "scripts": {
- "build": "rollup --config rollup.config.js",
- "generate-list": "node -r esm generate-list.js",
- "lint": "eslint \"{index,lib/**/*,test/**/*,generate-list}.js\"",
- "lint:types": "tsc",
- "module-check": "node -e \"require('css-functions-list');\" && node --input-type=module -e \"import 'css-functions-list';\"",
- "postpublish": "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog",
- "prepublishOnly": "npm run build",
- "prerelease": "npm run lint && npm run lint:types && npm run build && npm run module-check",
- "release": "np --no-release-draft",
- "test": "mocha --require esm \"test/**/*.js\"",
- "test:watch": "npm test -- --watch",
- "version": "if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi"
- },
- "sideEffects": false,
- "types": "esm/index.d.ts",
- "version": "3.0.1"
- }
|