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 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "safe-json-stringify@~1",
  3. "_id": "safe-json-stringify@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==",
  6. "_location": "/safe-json-stringify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "safe-json-stringify@~1",
  12. "name": "safe-json-stringify",
  13. "escapedName": "safe-json-stringify",
  14. "rawSpec": "~1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1"
  17. },
  18. "_requiredBy": [
  19. "/bunyan"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz",
  22. "_shasum": "356e44bc98f1f93ce45df14bcd7c01cda86e0afd",
  23. "_spec": "safe-json-stringify@~1",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/bunyan",
  25. "author": {
  26. "name": "Debitoor"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/debitoor/safe-json-stringify/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Prevent defined property getters from throwing errors",
  34. "devDependencies": {
  35. "tape": "4.6.3"
  36. },
  37. "homepage": "https://github.com/debitoor/safe-json-stringify",
  38. "license": "MIT",
  39. "main": "index.js",
  40. "name": "safe-json-stringify",
  41. "repository": {
  42. "type": "git",
  43. "url": "git+ssh://git@github.com/debitoor/safe-json-stringify.git"
  44. },
  45. "scripts": {
  46. "postversion": "git push && git push --tags",
  47. "preversion": "npm test",
  48. "test": "tape test/safe-json-stringify-test.js"
  49. },
  50. "version": "1.2.0"
  51. }