package.json 1.6 KB

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