You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "squeak@^1.0.0",
  3. "_id": "squeak@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM=",
  6. "_location": "/squeak",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "squeak@^1.0.0",
  12. "name": "squeak",
  13. "escapedName": "squeak",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/logalot"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/squeak/-/squeak-1.3.0.tgz",
  22. "_shasum": "33045037b64388b567674b84322a6521073916c3",
  23. "_spec": "squeak@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\logalot",
  25. "author": {
  26. "name": "Kevin Mårtensson",
  27. "email": "kevinmartensson@gmail.com",
  28. "url": "https://github.com/kevva"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kevva/squeak/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "chalk": "^1.0.0",
  36. "console-stream": "^0.1.1",
  37. "lpad-align": "^1.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "A tiny stream log",
  41. "devDependencies": {
  42. "ava": "^0.0.4"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/kevva/squeak#readme",
  51. "keywords": [
  52. "log"
  53. ],
  54. "license": "MIT",
  55. "name": "squeak",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/kevva/squeak.git"
  59. },
  60. "scripts": {
  61. "test": "node test.js"
  62. },
  63. "version": "1.3.0"
  64. }