package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "minimatch@^3.0.2",
  6. "scope": null,
  7. "escapedName": "minimatch",
  8. "name": "minimatch",
  9. "rawSpec": "^3.0.2",
  10. "spec": ">=3.0.2 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glob"
  14. ]
  15. ],
  16. "_from": "minimatch@>=3.0.2 <4.0.0",
  17. "_id": "minimatch@3.0.3",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/minimatch",
  21. "_nodeVersion": "4.4.4",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/minimatch-3.0.3.tgz_1470678322731_0.1892083385027945"
  25. },
  26. "_npmUser": {
  27. "name": "isaacs",
  28. "email": "i@izs.me"
  29. },
  30. "_npmVersion": "3.10.6",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "minimatch@^3.0.2",
  34. "scope": null,
  35. "escapedName": "minimatch",
  36. "name": "minimatch",
  37. "rawSpec": "^3.0.2",
  38. "spec": ">=3.0.2 <4.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/glob",
  43. "/gulp-match",
  44. "/readdirp",
  45. "/rework-import/glob"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
  48. "_shasum": "2a4e4090b96b2db06a9d7df01055a62a77c9b774",
  49. "_shrinkwrap": null,
  50. "_spec": "minimatch@^3.0.2",
  51. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glob",
  52. "author": {
  53. "name": "Isaac Z. Schlueter",
  54. "email": "i@izs.me",
  55. "url": "http://blog.izs.me"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/isaacs/minimatch/issues"
  59. },
  60. "dependencies": {
  61. "brace-expansion": "^1.0.0"
  62. },
  63. "description": "a glob matcher in javascript",
  64. "devDependencies": {
  65. "standard": "^3.7.2",
  66. "tap": "^5.6.0"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "2a4e4090b96b2db06a9d7df01055a62a77c9b774",
  71. "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz"
  72. },
  73. "engines": {
  74. "node": "*"
  75. },
  76. "files": [
  77. "minimatch.js"
  78. ],
  79. "gitHead": "eed89491bd4a4e6bc463aac0dfb5c29ef0d1dc13",
  80. "homepage": "https://github.com/isaacs/minimatch#readme",
  81. "license": "ISC",
  82. "main": "minimatch.js",
  83. "maintainers": [
  84. {
  85. "name": "isaacs",
  86. "email": "i@izs.me"
  87. }
  88. ],
  89. "name": "minimatch",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/isaacs/minimatch.git"
  95. },
  96. "scripts": {
  97. "posttest": "standard minimatch.js test/*.js",
  98. "test": "tap test/*.js"
  99. },
  100. "version": "3.0.3"
  101. }