package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "wildcard@^1.1.0",
  3. "_id": "wildcard@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==",
  6. "_location": "/wildcard",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "wildcard@^1.1.0",
  12. "name": "wildcard",
  13. "escapedName": "wildcard",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/mime-match"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-1.1.2.tgz",
  22. "_shasum": "a7020453084d8cd2efe70ba9d3696263de1710a5",
  23. "_spec": "wildcard@^1.1.0",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\mime-match",
  25. "author": {
  26. "name": "Damon Oehlman",
  27. "email": "damon.oehlman@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/DamonOehlman/wildcard/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Wildcard matching tools",
  36. "devDependencies": {
  37. "tape": "^3.0.0"
  38. },
  39. "directories": {
  40. "test": "test"
  41. },
  42. "homepage": "https://github.com/DamonOehlman/wildcard#readme",
  43. "keywords": [
  44. "string",
  45. "wildcard"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "wildcard",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/DamonOehlman/wildcard.git"
  53. },
  54. "scripts": {
  55. "gendocs": "gendocs > README.md",
  56. "test": "node test/all.js"
  57. },
  58. "testling": {
  59. "files": "test/all.js",
  60. "browsers": {
  61. "ie": [
  62. "latest"
  63. ],
  64. "ff": [
  65. "latest",
  66. "nightly"
  67. ],
  68. "chrome": [
  69. "latest",
  70. "canary"
  71. ],
  72. "opera": [
  73. "latest",
  74. "next"
  75. ],
  76. "safari": [
  77. "latest"
  78. ]
  79. }
  80. },
  81. "version": "1.1.2"
  82. }