package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "glob@^7.0.5",
  6. "scope": null,
  7. "escapedName": "glob",
  8. "name": "glob",
  9. "rawSpec": "^7.0.5",
  10. "spec": ">=7.0.5 <8.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/rimraf"
  14. ]
  15. ],
  16. "_from": "glob@>=7.0.5 <8.0.0",
  17. "_id": "glob@7.1.1",
  18. "_inCache": true,
  19. "_location": "/glob",
  20. "_nodeVersion": "6.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/glob-7.1.1.tgz_1475876991562_0.924720095237717"
  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.5",
  33. "scope": null,
  34. "escapedName": "glob",
  35. "name": "glob",
  36. "rawSpec": "^7.0.5",
  37. "spec": ">=7.0.5 <8.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/rimraf"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
  44. "_shasum": "805211df04faaf1c63a3600306cdf5ade50b2ec8",
  45. "_shrinkwrap": null,
  46. "_spec": "glob@^7.0.5",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/rimraf",
  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/node-glob/issues"
  55. },
  56. "dependencies": {
  57. "fs.realpath": "^1.0.0",
  58. "inflight": "^1.0.4",
  59. "inherits": "2",
  60. "minimatch": "^3.0.2",
  61. "once": "^1.3.0",
  62. "path-is-absolute": "^1.0.0"
  63. },
  64. "description": "a little globber",
  65. "devDependencies": {
  66. "mkdirp": "0",
  67. "rimraf": "^2.2.8",
  68. "tap": "^7.1.2",
  69. "tick": "0.0.6"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "805211df04faaf1c63a3600306cdf5ade50b2ec8",
  74. "tarball": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz"
  75. },
  76. "engines": {
  77. "node": "*"
  78. },
  79. "files": [
  80. "glob.js",
  81. "sync.js",
  82. "common.js"
  83. ],
  84. "gitHead": "bc8d43b736a98a9e289fdfceee9266cff35e5742",
  85. "homepage": "https://github.com/isaacs/node-glob#readme",
  86. "license": "ISC",
  87. "main": "glob.js",
  88. "maintainers": [
  89. {
  90. "name": "isaacs",
  91. "email": "i@izs.me"
  92. }
  93. ],
  94. "name": "glob",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/isaacs/node-glob.git"
  100. },
  101. "scripts": {
  102. "bench": "bash benchmark.sh",
  103. "benchclean": "node benchclean.js",
  104. "prepublish": "npm run benchclean",
  105. "prof": "bash prof.sh && cat profile.txt",
  106. "profclean": "rm -f v8.log profile.txt",
  107. "test": "tap test/*.js --cov",
  108. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  109. },
  110. "version": "7.1.1"
  111. }