package.json 2.3 KB

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