Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "util@^0.11.0",
  3. "_id": "util@0.11.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==",
  6. "_location": "/util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "util@^0.11.0",
  12. "name": "util",
  13. "escapedName": "util",
  14. "rawSpec": "^0.11.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.11.0"
  17. },
  18. "_requiredBy": [
  19. "/node-libs-browser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz",
  22. "_shasum": "3236733720ec64bb27f6e26f421aaa2e1b588d61",
  23. "_spec": "util@^0.11.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/node-libs-browser",
  25. "author": {
  26. "name": "Joyent",
  27. "url": "http://www.joyent.com"
  28. },
  29. "browser": {
  30. "./support/isBuffer.js": "./support/isBufferBrowser.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/defunctzombie/node-util/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "inherits": "2.0.3"
  38. },
  39. "deprecated": false,
  40. "description": "Node.JS util module",
  41. "devDependencies": {
  42. "airtap": "~0.1.0",
  43. "is-async-supported": "~1.2.0",
  44. "run-series": "~1.1.4",
  45. "tape": "~4.9.0"
  46. },
  47. "files": [
  48. "util.js",
  49. "support"
  50. ],
  51. "homepage": "https://github.com/defunctzombie/node-util",
  52. "keywords": [
  53. "util"
  54. ],
  55. "license": "MIT",
  56. "main": "./util.js",
  57. "name": "util",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/defunctzombie/node-util.git"
  61. },
  62. "scripts": {
  63. "test": "node test/node/index.js",
  64. "test:browsers": "airtap test/browser/index.js"
  65. },
  66. "version": "0.11.1"
  67. }