package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "glob@~7.0.0",
  6. "scope": null,
  7. "escapedName": "glob",
  8. "name": "glob",
  9. "rawSpec": "~7.0.0",
  10. "spec": ">=7.0.0 <7.1.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/grunt"
  14. ]
  15. ],
  16. "_from": "glob@>=7.0.0 <7.1.0",
  17. "_id": "glob@7.0.6",
  18. "_inCache": true,
  19. "_location": "/glob",
  20. "_nodeVersion": "4.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/glob-7.0.6.tgz_1472074762911_0.47247025789693"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "3.10.7",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "glob@~7.0.0",
  33. "scope": null,
  34. "escapedName": "glob",
  35. "name": "glob",
  36. "rawSpec": "~7.0.0",
  37. "spec": ">=7.0.0 <7.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/grunt",
  42. "/grunt-lib-phantomjs/rimraf",
  43. "/node-gyp",
  44. "/node-sass",
  45. "/sass-graph"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
  48. "_shasum": "211bafaf49e525b8cd93260d14ab136152b3f57a",
  49. "_shrinkwrap": null,
  50. "_spec": "glob@~7.0.0",
  51. "_where": "/home/conte/data/reveal.js/node_modules/grunt",
  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/node-glob/issues"
  59. },
  60. "dependencies": {
  61. "fs.realpath": "^1.0.0",
  62. "inflight": "^1.0.4",
  63. "inherits": "2",
  64. "minimatch": "^3.0.2",
  65. "once": "^1.3.0",
  66. "path-is-absolute": "^1.0.0"
  67. },
  68. "description": "a little globber",
  69. "devDependencies": {
  70. "mkdirp": "0",
  71. "rimraf": "^2.2.8",
  72. "tap": "^5.7.0",
  73. "tick": "0.0.6"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "211bafaf49e525b8cd93260d14ab136152b3f57a",
  78. "tarball": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz"
  79. },
  80. "engines": {
  81. "node": "*"
  82. },
  83. "files": [
  84. "glob.js",
  85. "sync.js",
  86. "common.js"
  87. ],
  88. "gitHead": "98327d8def195b1ba200217952df8ea829426038",
  89. "homepage": "https://github.com/isaacs/node-glob#readme",
  90. "license": "ISC",
  91. "main": "glob.js",
  92. "maintainers": [
  93. {
  94. "name": "isaacs",
  95. "email": "i@izs.me"
  96. }
  97. ],
  98. "name": "glob",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git://github.com/isaacs/node-glob.git"
  104. },
  105. "scripts": {
  106. "bench": "bash benchmark.sh",
  107. "benchclean": "node benchclean.js",
  108. "prepublish": "npm run benchclean",
  109. "prof": "bash prof.sh && cat profile.txt",
  110. "profclean": "rm -f v8.log profile.txt",
  111. "test": "tap test/*.js --cov",
  112. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  113. },
  114. "version": "7.0.6"
  115. }