package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "growl@1.10.5",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "growl@1.10.5",
  10. "_id": "growl@1.10.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==",
  13. "_location": "/growl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "growl@1.10.5",
  19. "name": "growl",
  20. "escapedName": "growl",
  21. "rawSpec": "1.10.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.10.5"
  24. },
  25. "_requiredBy": [
  26. "/mocha"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz",
  29. "_spec": "1.10.5",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/tj/node-growl/issues"
  37. },
  38. "description": "Growl unobtrusive notifications",
  39. "devDependencies": {
  40. "eslint": "^4.8.0",
  41. "eslint-config-airbnb-base": "^12.0.1",
  42. "eslint-plugin-import": "^2.7.0",
  43. "eslint-plugin-node": "^5.2.0"
  44. },
  45. "engines": {
  46. "node": ">=4.x"
  47. },
  48. "homepage": "https://github.com/tj/node-growl#readme",
  49. "license": "MIT",
  50. "main": "./lib/growl.js",
  51. "maintainers": [
  52. {
  53. "name": "Joshua Boy Nicolai Appelman",
  54. "email": "joshua@jbnicolai.nl"
  55. },
  56. {
  57. "name": "Timo Sand",
  58. "email": "timo.sand@iki.fi"
  59. }
  60. ],
  61. "name": "growl",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/tj/node-growl.git"
  65. },
  66. "scripts": {
  67. "lint": "eslint --ext js lib ",
  68. "test": "node test.js"
  69. },
  70. "version": "1.10.5"
  71. }