package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "wildcard@2.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wildcard@2.0.1",
  10. "_id": "wildcard@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==",
  13. "_location": "/wildcard",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "wildcard@2.0.1",
  19. "name": "wildcard",
  20. "escapedName": "wildcard",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-merge"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Damon Oehlman",
  33. "email": "damon.oehlman@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "http://github.com/DamonOehlman/wildcard/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Wildcard matching tools",
  40. "devDependencies": {
  41. "embellish-readme": "^1.7.2",
  42. "tape": "^5.6.3"
  43. },
  44. "directories": {
  45. "test": "test"
  46. },
  47. "homepage": "https://github.com/DamonOehlman/wildcard#readme",
  48. "keywords": [
  49. "string",
  50. "wildcard"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "wildcard",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/DamonOehlman/wildcard.git"
  58. },
  59. "scripts": {
  60. "gendocs": "embellish README.md",
  61. "test": "node test/all.js"
  62. },
  63. "stability": "stable",
  64. "version": "2.0.1"
  65. }