package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "globjoin@^0.1.4",
  3. "_id": "globjoin@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=",
  6. "_location": "/globjoin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globjoin@^0.1.4",
  12. "name": "globjoin",
  13. "escapedName": "globjoin",
  14. "rawSpec": "^0.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.4"
  17. },
  18. "_requiredBy": [
  19. "/stylelint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  22. "_shasum": "2f4494ac8919e3767c5cbb691e9f463324285d43",
  23. "_spec": "globjoin@^0.1.4",
  24. "_where": "H:\\gs_nuxt\\node_modules\\stylelint",
  25. "author": {
  26. "name": "Amobiz"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/amobiz/globjoin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Join paths and globs.",
  35. "devDependencies": {
  36. "mocha": "^2.3.4",
  37. "mocha-cases": "^0.1.4"
  38. },
  39. "homepage": "https://github.com/amobiz/globjoin",
  40. "keywords": [
  41. "array",
  42. "glob",
  43. "glob join",
  44. "globbing",
  45. "multiple",
  46. "negative glob",
  47. "path",
  48. "path join",
  49. "patterns",
  50. "wildcard"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "globjoin",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/amobiz/globjoin.git"
  58. },
  59. "scripts": {
  60. "test": "mocha"
  61. },
  62. "version": "0.1.4"
  63. }