package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "util@0.11.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "util@0.11.1",
  10. "_id": "util@0.11.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-MjZzNyDsZLsn9uJvQhqqLhtYjWE=",
  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.npm.taobao.org/util/download/util-0.11.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Futil%2Fdownload%2Futil-0.11.1.tgz",
  29. "_spec": "0.11.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }