package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "matchdep@^2.0.0",
  12. "name": "matchdep",
  13. "escapedName": "matchdep",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz",
  22. "_shasum": "c6f34834a0d8dbc3b37c27ee8bbcb27c7775582e",
  23. "_spec": "matchdep@^2.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/gulp/node_modules/gulp-cli",
  25. "author": {
  26. "name": "Tyler Kellen",
  27. "url": "http://goingslowly.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tkellen/js-matchdep/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "findup-sync": "^2.0.0",
  35. "micromatch": "^3.0.4",
  36. "resolve": "^1.4.0",
  37. "stack-trace": "0.0.10"
  38. },
  39. "deprecated": false,
  40. "description": "Use micromatch to filter npm module dependencies by name.",
  41. "devDependencies": {
  42. "grunt": "^1.0.1",
  43. "grunt-contrib-jshint": "^1.1.0",
  44. "grunt-contrib-nodeunit": "^1.0.0"
  45. },
  46. "engines": {
  47. "node": ">= 0.10.0"
  48. },
  49. "homepage": "https://github.com/tkellen/js-matchdep",
  50. "keywords": [
  51. "package.json",
  52. "dependencies",
  53. "devDependencies",
  54. "peerDependencies"
  55. ],
  56. "license": "MIT",
  57. "main": "lib/matchdep",
  58. "name": "matchdep",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/tkellen/js-matchdep.git"
  62. },
  63. "scripts": {
  64. "test": "grunt"
  65. },
  66. "version": "2.0.0"
  67. }