Ohm-Management - Projektarbeit B-ME
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 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "circular-json@^0.3.1",
  3. "_id": "circular-json@0.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==",
  6. "_location": "/circular-json",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "circular-json@^0.3.1",
  12. "name": "circular-json",
  13. "escapedName": "circular-json",
  14. "rawSpec": "^0.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.1"
  17. },
  18. "_requiredBy": [
  19. "/flat-cache"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz",
  22. "_shasum": "815c99ea84f6809529d2f45791bdf82711352d66",
  23. "_spec": "circular-json@^0.3.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/flat-cache",
  25. "author": {
  26. "name": "Andrea Giammarchi",
  27. "url": "http://webreflection.blogspot.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/WebReflection/circular-json/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": "CircularJSON is in maintenance only, flatted is its successor.",
  34. "description": "JSON does not handle circular references. This version does",
  35. "devDependencies": {
  36. "coveralls": "^2.13.0",
  37. "istanbul": "^0.4.5",
  38. "tiny-cdn": "^0.7.0",
  39. "tressa": "^0.3.1"
  40. },
  41. "generator": "https://github.com/WebReflection/gitstrap",
  42. "homepage": "https://github.com/WebReflection/circular-json",
  43. "keywords": [
  44. "JSON",
  45. "circular",
  46. "reference",
  47. "recursive",
  48. "recursion",
  49. "parse",
  50. "stringify"
  51. ],
  52. "license": "MIT",
  53. "main": "./build/circular-json.node.js",
  54. "name": "circular-json",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/WebReflection/circular-json.git"
  58. },
  59. "scripts": {
  60. "coveralls": "cat ./coverage/lcov.info | coveralls",
  61. "test": "istanbul cover test/circular-json.js",
  62. "web": "$(sleep 2 && open http://0.0.0.0:7151/) & tiny-cdn run ./"
  63. },
  64. "version": "0.3.3"
  65. }