package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "glob-parent@^2.0.0",
  5. "D:\\work\\im\\node_modules\\chokidar"
  6. ]
  7. ],
  8. "_from": "glob-parent@>=2.0.0 <3.0.0",
  9. "_id": "glob-parent@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/glob-parent",
  13. "_nodeVersion": "3.0.0",
  14. "_npmUser": {
  15. "email": "elan.shanker+npm@gmail.com",
  16. "name": "es128"
  17. },
  18. "_npmVersion": "2.13.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "glob-parent",
  22. "raw": "glob-parent@^2.0.0",
  23. "rawSpec": "^2.0.0",
  24. "scope": null,
  25. "spec": ">=2.0.0 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/chokidar",
  30. "/glob-base"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
  33. "_shasum": "81383d72db054fcccf5336daa902f182f6edbb28",
  34. "_shrinkwrap": null,
  35. "_spec": "glob-parent@^2.0.0",
  36. "_where": "D:\\work\\im\\node_modules\\chokidar",
  37. "author": {
  38. "name": "Elan Shanker"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/es128/glob-parent/issues"
  42. },
  43. "dependencies": {
  44. "is-glob": "^2.0.0"
  45. },
  46. "description": "Strips glob magic from a string to provide the parent path",
  47. "devDependencies": {
  48. "coveralls": "^2.11.2",
  49. "istanbul": "^0.3.5",
  50. "mocha": "^2.1.0"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "81383d72db054fcccf5336daa902f182f6edbb28",
  55. "tarball": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz"
  56. },
  57. "gitHead": "a956910c7ccb5eafd1b3fe900ceb6335cc5b6d3d",
  58. "homepage": "https://github.com/es128/glob-parent",
  59. "keywords": [
  60. "glob",
  61. "parent",
  62. "strip",
  63. "path",
  64. "directory",
  65. "base"
  66. ],
  67. "license": "ISC",
  68. "main": "index.js",
  69. "maintainers": [
  70. {
  71. "email": "elan.shanker+npm@gmail.com",
  72. "name": "es128"
  73. }
  74. ],
  75. "name": "glob-parent",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/es128/glob-parent.git"
  81. },
  82. "scripts": {
  83. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  84. },
  85. "version": "2.0.0"
  86. }