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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "json-buffer@3.0.0",
  3. "_id": "json-buffer@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=",
  6. "_location": "/json-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "json-buffer@3.0.0",
  12. "name": "json-buffer",
  13. "escapedName": "json-buffer",
  14. "rawSpec": "3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/keyv"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
  22. "_shasum": "5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898",
  23. "_spec": "json-buffer@3.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\keyv",
  25. "author": {
  26. "name": "Dominic Tarr",
  27. "email": "dominic.tarr@gmail.com",
  28. "url": "http://dominictarr.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/dominictarr/json-buffer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "JSON parse & stringify that supports binary via bops & base64",
  36. "devDependencies": {
  37. "tape": "^4.6.3"
  38. },
  39. "homepage": "https://github.com/dominictarr/json-buffer",
  40. "license": "MIT",
  41. "name": "json-buffer",
  42. "repository": {
  43. "type": "git",
  44. "url": "git://github.com/dominictarr/json-buffer.git"
  45. },
  46. "scripts": {
  47. "test": "set -e; for t in test/*.js; do node $t; done"
  48. },
  49. "testling": {
  50. "files": "test/*.js",
  51. "browsers": [
  52. "ie/8..latest",
  53. "firefox/17..latest",
  54. "firefox/nightly",
  55. "chrome/22..latest",
  56. "chrome/canary",
  57. "opera/12..latest",
  58. "opera/next",
  59. "safari/5.1..latest",
  60. "ipad/6.0..latest",
  61. "iphone/6.0..latest",
  62. "android-browser/4.2..latest"
  63. ]
  64. },
  65. "version": "3.0.0"
  66. }