package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "glob-base@^0.3.0",
  6. "scope": null,
  7. "escapedName": "glob-base",
  8. "name": "glob-base",
  9. "rawSpec": "^0.3.0",
  10. "spec": ">=0.3.0 <0.4.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/parse-glob"
  14. ]
  15. ],
  16. "_from": "glob-base@>=0.3.0 <0.4.0",
  17. "_id": "glob-base@0.3.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/glob-base",
  21. "_nodeVersion": "0.12.7",
  22. "_npmUser": {
  23. "name": "es128",
  24. "email": "elan.shanker+npm@gmail.com"
  25. },
  26. "_npmVersion": "2.11.3",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "glob-base@^0.3.0",
  30. "scope": null,
  31. "escapedName": "glob-base",
  32. "name": "glob-base",
  33. "rawSpec": "^0.3.0",
  34. "spec": ">=0.3.0 <0.4.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/parse-glob"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
  41. "_shasum": "dbb164f6221b1c0b1ccf82aea328b497df0ea3c4",
  42. "_shrinkwrap": null,
  43. "_spec": "glob-base@^0.3.0",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/parse-glob",
  45. "author": {
  46. "name": "Jon Schlinkert",
  47. "url": "https://github.com/jonschlinkert"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/jonschlinkert/glob-base/issues"
  51. },
  52. "dependencies": {
  53. "glob-parent": "^2.0.0",
  54. "is-glob": "^2.0.0"
  55. },
  56. "description": "Returns an object with the (non-glob) base path and the actual pattern.",
  57. "devDependencies": {
  58. "mocha": "*",
  59. "should": "^5.1.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "dbb164f6221b1c0b1ccf82aea328b497df0ea3c4",
  64. "tarball": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "adbc0ab07ec8a85f76ffd1b54dd41cdb9d1d0b83",
  73. "homepage": "https://github.com/jonschlinkert/glob-base",
  74. "keywords": [
  75. "base",
  76. "directory",
  77. "dirname",
  78. "expression",
  79. "glob",
  80. "parent",
  81. "path",
  82. "pattern",
  83. "regex",
  84. "regular",
  85. "root"
  86. ],
  87. "license": {
  88. "type": "MIT",
  89. "url": "https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"
  90. },
  91. "main": "index.js",
  92. "maintainers": [
  93. {
  94. "name": "doowb",
  95. "email": "brian.woodward@gmail.com"
  96. },
  97. {
  98. "name": "es128",
  99. "email": "elan.shanker+npm@gmail.com"
  100. },
  101. {
  102. "name": "jonschlinkert",
  103. "email": "github@sellside.com"
  104. }
  105. ],
  106. "name": "glob-base",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git://github.com/jonschlinkert/glob-base.git"
  112. },
  113. "scripts": {
  114. "test": "mocha"
  115. },
  116. "version": "0.3.0"
  117. }