package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "_from": "modernizr@^3",
  3. "_id": "modernizr@3.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pewTfEGiY5pHRnJNKFALn/nkYpWmEOtZ+iRMzQUjexkOum3X4v+xAZ9AqgXdjnDBh37HNCDP6ieq68NGPYvkTA==",
  6. "_location": "/modernizr",
  7. "_phantomChildren": {
  8. "decamelize": "1.2.0",
  9. "emoji-regex": "7.0.3",
  10. "execa": "1.0.0",
  11. "locate-path": "3.0.0",
  12. "mem": "4.2.0",
  13. "require-directory": "2.1.1",
  14. "set-blocking": "2.0.0",
  15. "wrap-ansi": "2.1.0"
  16. },
  17. "_requested": {
  18. "type": "range",
  19. "registry": true,
  20. "raw": "modernizr@^3",
  21. "name": "modernizr",
  22. "escapedName": "modernizr",
  23. "rawSpec": "^3",
  24. "saveSpec": null,
  25. "fetchSpec": "^3"
  26. },
  27. "_requiredBy": [
  28. "/customizr"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/modernizr/-/modernizr-3.7.1.tgz",
  31. "_shasum": "c35048554879e5d60213b7771a9f593e178f8a3b",
  32. "_spec": "modernizr@^3",
  33. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/customizr",
  34. "author": {
  35. "name": "Modernizr",
  36. "url": "https://modernizr.com/"
  37. },
  38. "bin": {
  39. "modernizr": "./bin/modernizr"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/Modernizr/Modernizr/issues"
  43. },
  44. "bundleDependencies": false,
  45. "contributors": [
  46. {
  47. "name": "Faruk Ates",
  48. "url": "https://twitter.com/KuraFire"
  49. },
  50. {
  51. "name": "Paul Irish",
  52. "url": "https://twitter.com/paul_irish"
  53. },
  54. {
  55. "name": "Alex Sexton",
  56. "url": "https://twitter.com/SlexAxton"
  57. },
  58. {
  59. "name": "Ryan Seddon",
  60. "url": "https://twitter.com/ryanseddon"
  61. },
  62. {
  63. "name": "Patrick Kettner",
  64. "url": "https://twitter.com/patrickkettner"
  65. },
  66. {
  67. "name": "Stu Cox",
  68. "url": "https://twitter.com/stucoxmedia"
  69. },
  70. {
  71. "name": "Richard Herrera",
  72. "url": "https://twitter.com/doctyper"
  73. },
  74. {
  75. "name": "Veeck",
  76. "url": "https://twitter.com/hansalbern"
  77. }
  78. ],
  79. "dependencies": {
  80. "doctrine": "^3.0.0",
  81. "file": "^0.2.2",
  82. "lodash": "^4.17.11",
  83. "markdown-it": "^8.4.2",
  84. "mkdirp": "^0.5.1",
  85. "requirejs": "^2.3.6",
  86. "yargs": "^13.2.1"
  87. },
  88. "deprecated": false,
  89. "description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.",
  90. "devDependencies": {
  91. "@alrra/travis-scripts": "^3.0.1",
  92. "auto-changelog": "^1.11.0",
  93. "eslint": "^5.15.1",
  94. "eslint-plugin-jsdoc": "^4.1.1",
  95. "expect.js": "^0.3.1",
  96. "find-parent-dir": "^0.3.0",
  97. "grunt": "^1.0.3",
  98. "grunt-contrib-clean": "^2.0.0",
  99. "grunt-contrib-connect": "^2.0.0",
  100. "grunt-contrib-copy": "^1.0.0",
  101. "grunt-contrib-pug": "^2.0.0",
  102. "grunt-coveralls": "^2.0.0",
  103. "grunt-env": "^0.4.4",
  104. "grunt-eslint": "^21.0.0",
  105. "grunt-istanbul": "^0.8.0",
  106. "grunt-mocha": "0.4.15",
  107. "grunt-mocha-test": "^0.13.3",
  108. "grunt-saucelabs": "^9.0.1",
  109. "joi": "^14.3.1",
  110. "jquery": "3.2.1",
  111. "json3": "^3.3.2",
  112. "load-grunt-tasks": "^4.0.0",
  113. "mocha": "^6.0.2",
  114. "proxyquire": "^2.1.0",
  115. "serve-static": "^1.13.2",
  116. "sinon": "2.4.1",
  117. "ua-parser-js": "^0.7.19"
  118. },
  119. "directories": {
  120. "test": "test"
  121. },
  122. "files": [
  123. "LICENSE",
  124. "README.md",
  125. "bin/",
  126. "feature-detects/",
  127. "lib/",
  128. "src/"
  129. ],
  130. "homepage": "https://github.com/Modernizr/Modernizr#readme",
  131. "keywords": [
  132. "modernizr",
  133. "html5",
  134. "css3",
  135. "javascript",
  136. "browser",
  137. "feature detection"
  138. ],
  139. "license": "MIT",
  140. "main": "./lib/cli",
  141. "name": "modernizr",
  142. "repository": {
  143. "type": "git",
  144. "url": "git://github.com/Modernizr/Modernizr.git"
  145. },
  146. "scripts": {
  147. "changelog": "auto-changelog --commit-limit false --package",
  148. "start": "grunt default",
  149. "test": "grunt test --stack",
  150. "version": "node lib/generate-license.js && git add LICENSE"
  151. },
  152. "version": "3.7.1"
  153. }