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 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "matchdep@^2.0.0",
  3. "_id": "matchdep@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-xvNINKDY28OzfCfui7yyfHd1WC4=",
  6. "_location": "/matchdep",
  7. "_phantomChildren": {
  8. "detect-file": "1.0.0",
  9. "is-extglob": "2.1.1",
  10. "micromatch": "3.1.10",
  11. "resolve-dir": "1.0.1"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "matchdep@^2.0.0",
  17. "name": "matchdep",
  18. "escapedName": "matchdep",
  19. "rawSpec": "^2.0.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^2.0.0"
  22. },
  23. "_requiredBy": [
  24. "/gulp/gulp-cli"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz",
  27. "_shasum": "c6f34834a0d8dbc3b37c27ee8bbcb27c7775582e",
  28. "_spec": "matchdep@^2.0.0",
  29. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  30. "author": {
  31. "name": "Tyler Kellen",
  32. "url": "http://goingslowly.com/"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/tkellen/js-matchdep/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "findup-sync": "^2.0.0",
  40. "micromatch": "^3.0.4",
  41. "resolve": "^1.4.0",
  42. "stack-trace": "0.0.10"
  43. },
  44. "deprecated": false,
  45. "description": "Use micromatch to filter npm module dependencies by name.",
  46. "devDependencies": {
  47. "grunt": "^1.0.1",
  48. "grunt-contrib-jshint": "^1.1.0",
  49. "grunt-contrib-nodeunit": "^1.0.0"
  50. },
  51. "engines": {
  52. "node": ">= 0.10.0"
  53. },
  54. "homepage": "https://github.com/tkellen/js-matchdep",
  55. "keywords": [
  56. "package.json",
  57. "dependencies",
  58. "devDependencies",
  59. "peerDependencies"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/matchdep",
  63. "name": "matchdep",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/tkellen/js-matchdep.git"
  67. },
  68. "scripts": {
  69. "test": "grunt"
  70. },
  71. "version": "2.0.0"
  72. }