Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

package.json 2.4 KiB

3 anni fa
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "glob@7.1.6",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "glob@7.1.6",
  9. "_id": "glob@7.1.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  12. "_location": "/glob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "glob@7.1.6",
  18. "name": "glob",
  19. "escapedName": "glob",
  20. "rawSpec": "7.1.6",
  21. "saveSpec": null,
  22. "fetchSpec": "7.1.6"
  23. },
  24. "_requiredBy": [
  25. "/cacache",
  26. "/del/globby",
  27. "/eslint",
  28. "/fileset",
  29. "/flat-cache/rimraf",
  30. "/globby",
  31. "/globule",
  32. "/jest-config",
  33. "/jest/jest-cli",
  34. "/node-gyp",
  35. "/node-sass",
  36. "/rimraf",
  37. "/sass-graph",
  38. "/true-case-path",
  39. "/uglifyjs-webpack-plugin/cacache",
  40. "/workbox-build"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  43. "_spec": "7.1.6",
  44. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  45. "author": {
  46. "name": "Isaac Z. Schlueter",
  47. "email": "i@izs.me",
  48. "url": "http://blog.izs.me/"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/isaacs/node-glob/issues"
  52. },
  53. "dependencies": {
  54. "fs.realpath": "^1.0.0",
  55. "inflight": "^1.0.4",
  56. "inherits": "2",
  57. "minimatch": "^3.0.4",
  58. "once": "^1.3.0",
  59. "path-is-absolute": "^1.0.0"
  60. },
  61. "description": "a little globber",
  62. "devDependencies": {
  63. "mkdirp": "0",
  64. "rimraf": "^2.2.8",
  65. "tap": "^12.0.1",
  66. "tick": "0.0.6"
  67. },
  68. "engines": {
  69. "node": "*"
  70. },
  71. "files": [
  72. "glob.js",
  73. "sync.js",
  74. "common.js"
  75. ],
  76. "funding": {
  77. "url": "https://github.com/sponsors/isaacs"
  78. },
  79. "homepage": "https://github.com/isaacs/node-glob#readme",
  80. "license": "ISC",
  81. "main": "glob.js",
  82. "name": "glob",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/isaacs/node-glob.git"
  86. },
  87. "scripts": {
  88. "bench": "bash benchmark.sh",
  89. "benchclean": "node benchclean.js",
  90. "prepublish": "npm run benchclean",
  91. "prof": "bash prof.sh && cat profile.txt",
  92. "profclean": "rm -f v8.log profile.txt",
  93. "test": "tap test/*.js --cov",
  94. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  95. },
  96. "version": "7.1.6"
  97. }