You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "to-absolute-glob@^2.0.0",
  3. "_id": "to-absolute-glob@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=",
  6. "_location": "/to-absolute-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "to-absolute-glob@^2.0.0",
  12. "name": "to-absolute-glob",
  13. "escapedName": "to-absolute-glob",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
  22. "_shasum": "1865f43d9e74b0822db9f145b78cff7d0f7c849b",
  23. "_spec": "to-absolute-glob@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-stream",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/to-absolute-glob/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Blaine Bublitz",
  36. "email": "blaine.bublitz@gmail.com",
  37. "url": "https://twitter.com/BlaineBublitz"
  38. },
  39. {
  40. "name": "Brian Woodward",
  41. "email": "brian.woodward@gmail.com",
  42. "url": "https://github.com/doowb"
  43. },
  44. {
  45. "name": "Erik Kemperman",
  46. "url": "https://github.com/erikkemperman"
  47. },
  48. {
  49. "name": "Jon Schlinkert",
  50. "email": "jon.schlinkert@sellside.com",
  51. "url": "http://twitter.com/jonschlinkert"
  52. }
  53. ],
  54. "dependencies": {
  55. "is-absolute": "^1.0.0",
  56. "is-negated-glob": "^1.0.0"
  57. },
  58. "deprecated": false,
  59. "description": "Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.",
  60. "devDependencies": {
  61. "gulp-format-md": "^0.1.11",
  62. "mocha": "^3.0.2"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jonschlinkert/to-absolute-glob",
  71. "keywords": [
  72. "absolute",
  73. "file",
  74. "filepath",
  75. "glob",
  76. "negate",
  77. "negative",
  78. "path",
  79. "pattern",
  80. "resolve",
  81. "to"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "to-absolute-glob",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jonschlinkert/to-absolute-glob.git"
  89. },
  90. "scripts": {
  91. "test": "mocha"
  92. },
  93. "verb": {
  94. "toc": false,
  95. "layout": "default",
  96. "tasks": [
  97. "readme"
  98. ],
  99. "plugins": [
  100. "gulp-format-md"
  101. ],
  102. "lint": {
  103. "reflinks": true
  104. },
  105. "related": {
  106. "list": [
  107. "has-glob",
  108. "is-glob",
  109. "is-valid-glob"
  110. ]
  111. },
  112. "reflinks": [
  113. "verb",
  114. "verb-generate-readme"
  115. ]
  116. },
  117. "version": "2.0.2"
  118. }