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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "strip-json-comments@^2.0.1",
  3. "_id": "strip-json-comments@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
  6. "_location": "/strip-json-comments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-json-comments@^2.0.1",
  12. "name": "strip-json-comments",
  13. "escapedName": "strip-json-comments",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  22. "_shasum": "3c531942e908c2697c0ec344858c286c7ca0a60a",
  23. "_spec": "strip-json-comments@^2.0.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  47. "keywords": [
  48. "json",
  49. "strip",
  50. "remove",
  51. "delete",
  52. "trim",
  53. "comments",
  54. "multiline",
  55. "parse",
  56. "config",
  57. "configuration",
  58. "conf",
  59. "settings",
  60. "util",
  61. "env",
  62. "environment"
  63. ],
  64. "license": "MIT",
  65. "name": "strip-json-comments",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "2.0.1"
  74. }