package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "yaeti@^0.0.6",
  3. "_id": "yaeti@0.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8m9ITXJoTPQr7ft2lwqhYI+/lXc=",
  6. "_location": "/yaeti",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yaeti@^0.0.6",
  12. "name": "yaeti",
  13. "escapedName": "yaeti",
  14. "rawSpec": "^0.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.0.6"
  17. },
  18. "_requiredBy": [
  19. "/websocket"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/yaeti/download/yaeti-0.0.6.tgz",
  22. "_shasum": "f26f484d72684cf42bedfb76970aa1608fbf9577",
  23. "_spec": "yaeti@^0.0.6",
  24. "_where": "E:\\dev\\007\\node10\\node_modules\\websocket",
  25. "author": {
  26. "name": "Iñaki Baz Castillo",
  27. "email": "ibc@aliax.net"
  28. },
  29. "browser": {
  30. "./lib/Event.js": "./lib/Event.browser.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/ibc/yaeti/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Yet Another EventTarget Implementation",
  38. "devDependencies": {
  39. "gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
  40. "gulp-jscs": "^1.6.0",
  41. "gulp-jscs-stylish": "^1.1.0",
  42. "gulp-jshint": "^1.11.2",
  43. "jshint-stylish": "~1.0.2"
  44. },
  45. "engines": {
  46. "node": ">=0.10.32"
  47. },
  48. "homepage": "https://github.com/ibc/yaeti#readme",
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "yaeti",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/ibc/yaeti.git"
  55. },
  56. "version": "0.0.6"
  57. }