package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "css-functions-list@^3.0.1",
  3. "_id": "css-functions-list@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PriDuifDt4u4rkDgnqRCLnjfMatufLmWNfQnGCq34xZwpY3oabwhB9SqRBmuvWUgndbemCFlKqg+nO7C2q0SBw==",
  6. "_location": "/css-functions-list",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css-functions-list@^3.0.1",
  12. "name": "css-functions-list",
  13. "escapedName": "css-functions-list",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/stylelint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.0.1.tgz",
  22. "_shasum": "1460df7fb584d1692c30b105151dbb988c8094f9",
  23. "_spec": "css-functions-list@^3.0.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\stylelint",
  25. "author": {
  26. "name": "Ivan Nikolić",
  27. "email": "niksy5@gmail.com",
  28. "url": "http://ivannikolic.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/niksy/css-functions-list/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "List of standard and browser specific CSS functions.",
  36. "devDependencies": {
  37. "@types/jsdom": "^16.2.13",
  38. "@types/mocha": "^9.0.0",
  39. "@types/node": "^16.3.0",
  40. "@types/node-fetch": "^2.5.12",
  41. "changelog-verify": "^1.1.2",
  42. "cpy": "^8.1.2",
  43. "eslint": "^8.5.0",
  44. "eslint-config-nitpick": "^11.1.0",
  45. "eslint-config-prettier": "^8.3.0",
  46. "eslint-plugin-prettier": "^4.0.0",
  47. "esm": "^3.0.51",
  48. "execa": "^5.1.1",
  49. "github-release-from-changelog": "^2.1.1",
  50. "husky": "^4.3.0",
  51. "isomorphic-unfetch": "^3.1.0",
  52. "jsdom": "^17.0.0",
  53. "lint-staged": "^10.4.2",
  54. "mocha": "^8.4.0",
  55. "np": "^7.6.0",
  56. "prettier": "^2.4.0",
  57. "rollup": "^2.32.1",
  58. "typescript": "^4.3.5",
  59. "version-changelog": "^3.1.1",
  60. "write-json-file": "^4.3.0"
  61. },
  62. "directories": {
  63. "test": "test"
  64. },
  65. "engines": {
  66. "node": ">=12.22"
  67. },
  68. "exports": {
  69. ".": {
  70. "import": "./esm/index.js",
  71. "require": "./cjs/index.js"
  72. },
  73. "./index.json": {
  74. "import": "./esm/index.json",
  75. "require": "./cjs/index.json"
  76. },
  77. "./package.json": "./package.json"
  78. },
  79. "files": [
  80. "cjs/",
  81. "esm/",
  82. "CHANGELOG.md",
  83. "LICENSE.md",
  84. "README.md"
  85. ],
  86. "homepage": "https://github.com/niksy/css-functions-list#readme",
  87. "keywords": [
  88. "css",
  89. "functions",
  90. "list"
  91. ],
  92. "license": "MIT",
  93. "main": "cjs/index.js",
  94. "module": "esm/index.js",
  95. "name": "css-functions-list",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/niksy/css-functions-list.git"
  99. },
  100. "scripts": {
  101. "build": "rollup --config rollup.config.js",
  102. "generate-list": "node -r esm generate-list.js",
  103. "lint": "eslint \"{index,lib/**/*,test/**/*,generate-list}.js\"",
  104. "lint:types": "tsc",
  105. "module-check": "node -e \"require('css-functions-list');\" && node --input-type=module -e \"import 'css-functions-list';\"",
  106. "postpublish": "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog",
  107. "prepublishOnly": "npm run build",
  108. "prerelease": "npm run lint && npm run lint:types && npm run build && npm run module-check",
  109. "release": "np --no-release-draft",
  110. "test": "mocha --require esm \"test/**/*.js\"",
  111. "test:watch": "npm test -- --watch",
  112. "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"
  113. },
  114. "sideEffects": false,
  115. "types": "esm/index.d.ts",
  116. "version": "3.0.1"
  117. }