You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 3 години
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "util@0.11.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "util@0.11.1",
  9. "_id": "util@0.11.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==",
  12. "_location": "/util",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "util@0.11.1",
  18. "name": "util",
  19. "escapedName": "util",
  20. "rawSpec": "0.11.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.11.1"
  23. },
  24. "_requiredBy": [
  25. "/node-libs-browser"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz",
  28. "_spec": "0.11.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Joyent",
  32. "url": "http://www.joyent.com"
  33. },
  34. "browser": {
  35. "./support/isBuffer.js": "./support/isBufferBrowser.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/defunctzombie/node-util/issues"
  39. },
  40. "dependencies": {
  41. "inherits": "2.0.3"
  42. },
  43. "description": "Node.JS util module",
  44. "devDependencies": {
  45. "airtap": "~0.1.0",
  46. "is-async-supported": "~1.2.0",
  47. "run-series": "~1.1.4",
  48. "tape": "~4.9.0"
  49. },
  50. "files": [
  51. "util.js",
  52. "support"
  53. ],
  54. "homepage": "https://github.com/defunctzombie/node-util",
  55. "keywords": [
  56. "util"
  57. ],
  58. "license": "MIT",
  59. "main": "./util.js",
  60. "name": "util",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/defunctzombie/node-util.git"
  64. },
  65. "scripts": {
  66. "test": "node test/node/index.js",
  67. "test:browsers": "airtap test/browser/index.js"
  68. },
  69. "version": "0.11.1"
  70. }