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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "precond@0.2",
  3. "_id": "precond@0.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qpWRvKokkj8eD0hJ0kD0fvwQdaw=",
  6. "_location": "/precond",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "precond@0.2",
  12. "name": "precond",
  13. "escapedName": "precond",
  14. "rawSpec": "0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "0.2"
  17. },
  18. "_requiredBy": [
  19. "/backoff"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/precond/-/precond-0.2.3.tgz",
  22. "_shasum": "aa9591bcaa24923f1e0f4849d240f47efc1075ac",
  23. "_spec": "precond@0.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/backoff",
  25. "author": {
  26. "name": "Mathieu Turcotte",
  27. "email": "turcotte.mat@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/MathieuTurcotte/node-precond/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Precondition checking utilities.",
  35. "devDependencies": {
  36. "jshint": "2.5",
  37. "nodeunit": "0.9"
  38. },
  39. "engines": {
  40. "node": ">= 0.6"
  41. },
  42. "files": [
  43. "index.js",
  44. "lib"
  45. ],
  46. "homepage": "https://github.com/MathieuTurcotte/node-precond#readme",
  47. "keywords": [
  48. "precondition",
  49. "assert",
  50. "invariant",
  51. "contract",
  52. "condition"
  53. ],
  54. "name": "precond",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/MathieuTurcotte/node-precond.git"
  58. },
  59. "scripts": {
  60. "pretest": "jshint lib/ examples/ index.js",
  61. "test": "nodeunit tests/"
  62. },
  63. "version": "0.2.3"
  64. }