package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "schema-utils@0.3.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "schema-utils@0.3.0",
  10. "_id": "schema-utils@0.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-QaVYBaD9U8scJw2EBWnCBY+LJ0AD+/2edTaigDs0XLDLBfJmSUK9KGqktg1rb32U3z4j/XwvFwHHH1YfbYFd7Q==",
  13. "_location": "/schema-utils",
  14. "_phantomChildren": {
  15. "co": "4.6.0",
  16. "fast-json-stable-stringify": "2.1.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "schema-utils@0.3.0",
  22. "name": "schema-utils",
  23. "escapedName": "schema-utils",
  24. "rawSpec": "0.3.0",
  25. "saveSpec": null,
  26. "fetchSpec": "0.3.0"
  27. },
  28. "_requiredBy": [
  29. "/extract-text-webpack-plugin"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.3.0.tgz",
  32. "_spec": "0.3.0",
  33. "_where": "E:\\2023\\5\\myjadmin",
  34. "author": {
  35. "name": "Webpack Contrib",
  36. "url": "https://github.com/webpack-contrib"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/webpack-contrib/schema-utils/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Juho Vepsäläinen",
  44. "email": "@bebraw"
  45. },
  46. {
  47. "name": "Joshua Wiens",
  48. "email": "@d3viant0ne"
  49. },
  50. {
  51. "name": "Michael Ciniawsky",
  52. "email": "@michael-ciniawsky"
  53. }
  54. ],
  55. "dependencies": {
  56. "ajv": "^5.0.0"
  57. },
  58. "description": "Webpack Schema Validation Utilities",
  59. "devDependencies": {
  60. "babel-cli": "^6.24.1",
  61. "babel-jest": "^19.0.0",
  62. "babel-plugin-transform-object-rest-spread": "^6.23.0",
  63. "babel-polyfill": "^6.23.0",
  64. "babel-preset-env": "^1.4.0",
  65. "babel-preset-webpack": "^1.0.0",
  66. "codecov": "^2.0.1",
  67. "cross-env": "^4.0.0",
  68. "del-cli": "^0.2.1",
  69. "eslint": "^3.19.0",
  70. "eslint-config-webpack": "^1.2.1",
  71. "eslint-plugin-import": "^2.2.0",
  72. "jest": "^19.0.2",
  73. "lint-staged": "^3.4.0",
  74. "nsp": "^2.6.3",
  75. "pre-commit": "^1.2.2",
  76. "standard-version": "^4.0.0",
  77. "webpack-defaults": "^0.4.5"
  78. },
  79. "engines": {
  80. "node": ">= 4.3 < 5.0.0 || >= 5.10"
  81. },
  82. "eslintConfig": {
  83. "extends": "webpack",
  84. "installedESLint": true
  85. },
  86. "files": [
  87. "dist"
  88. ],
  89. "homepage": "https://github.com/webpack-contrib/schema-utils#readme",
  90. "keywords": [
  91. "webpack",
  92. "plugin",
  93. "es2015"
  94. ],
  95. "license": "MIT",
  96. "lint-staged": {
  97. "*.js": [
  98. "eslint --fix",
  99. "git add"
  100. ]
  101. },
  102. "main": "dist/cjs.js",
  103. "name": "schema-utils",
  104. "pre-commit": "lint-staged",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/webpack-contrib/schema-utils.git"
  108. },
  109. "scripts": {
  110. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
  111. "clean": "del-cli dist",
  112. "lint": "eslint --cache src test",
  113. "lint-staged": "lint-staged",
  114. "prebuild": "yarn run clean",
  115. "prepublish": "yarn run build",
  116. "release": "yarn run standard-version",
  117. "security": "nsp check",
  118. "start": "yarn run build -- -w",
  119. "test": "jest",
  120. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  121. "test:watch": "jest --watch",
  122. "travis:coverage": "yarn run test:coverage",
  123. "travis:lint": "yarn run lint && yarn run security",
  124. "travis:test": "yarn run test",
  125. "webpack-defaults": "webpack-defaults"
  126. },
  127. "version": "0.3.0"
  128. }