package.json 3.1 KB

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