package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "util@0.10.3",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "util@0.10.3",
  10. "_id": "util@0.10.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
  13. "_location": "/util",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "util@0.10.3",
  19. "name": "util",
  20. "escapedName": "util",
  21. "rawSpec": "0.10.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.10.3"
  24. },
  25. "_requiredBy": [
  26. "/assert",
  27. "/node-libs-browser"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
  30. "_spec": "0.10.3",
  31. "_where": "D:\\projects\\dealer_front",
  32. "author": {
  33. "name": "Joyent",
  34. "url": "http://www.joyent.com"
  35. },
  36. "browser": {
  37. "./support/isBuffer.js": "./support/isBufferBrowser.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/defunctzombie/node-util/issues"
  41. },
  42. "dependencies": {
  43. "inherits": "2.0.1"
  44. },
  45. "description": "Node.JS util module",
  46. "devDependencies": {
  47. "zuul": "~1.0.9"
  48. },
  49. "homepage": "https://github.com/defunctzombie/node-util",
  50. "keywords": [
  51. "util"
  52. ],
  53. "license": "MIT",
  54. "main": "./util.js",
  55. "name": "util",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/defunctzombie/node-util.git"
  59. },
  60. "scripts": {
  61. "test": "node test/node/*.js && zuul test/browser/*.js"
  62. },
  63. "version": "0.10.3"
  64. }