package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "minimatch@2 || 3",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/glob"
  6. ]
  7. ],
  8. "_from": "minimatch@>=2.0.0 <3.0.0||>=3.0.0 <4.0.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/minimatch",
  13. "_nodeVersion": "4.0.0",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "isaacs"
  17. },
  18. "_npmVersion": "3.3.2",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "minimatch",
  22. "raw": "minimatch@2 || 3",
  23. "rawSpec": "2 || 3",
  24. "scope": null,
  25. "spec": ">=2.0.0 <3.0.0||>=3.0.0 <4.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/glob"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz",
  32. "_shasum": "5236157a51e4f004c177fb3c527ff7dd78f0ef83",
  33. "_shrinkwrap": null,
  34. "_spec": "minimatch@2 || 3",
  35. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/glob",
  36. "author": {
  37. "email": "[email protected]",
  38. "name": "Isaac Z. Schlueter",
  39. "url": "http://blog.izs.me"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/isaacs/minimatch/issues"
  43. },
  44. "dependencies": {
  45. "brace-expansion": "^1.0.0"
  46. },
  47. "description": "a glob matcher in javascript",
  48. "devDependencies": {
  49. "standard": "^3.7.2",
  50. "tap": "^1.2.0"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "5236157a51e4f004c177fb3c527ff7dd78f0ef83",
  55. "tarball": "http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz"
  56. },
  57. "engines": {
  58. "node": "*"
  59. },
  60. "files": [
  61. "minimatch.js"
  62. ],
  63. "gitHead": "270dbea567f0af6918cb18103e98c612aa717a20",
  64. "homepage": "https://github.com/isaacs/minimatch#readme",
  65. "license": "ISC",
  66. "main": "minimatch.js",
  67. "maintainers": [
  68. {
  69. "name": "isaacs",
  70. "email": "[email protected]"
  71. }
  72. ],
  73. "name": "minimatch",
  74. "optionalDependencies": {},
  75. "readme": "ERROR: No README data found!",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/isaacs/minimatch.git"
  79. },
  80. "scripts": {
  81. "posttest": "standard minimatch.js test/*.js",
  82. "test": "tap test/*.js"
  83. },
  84. "version": "3.0.0"
  85. }