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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "assert-plus@^1.0.0",
  3. "_id": "assert-plus@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
  6. "_location": "/assert-plus",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "assert-plus@^1.0.0",
  12. "name": "assert-plus",
  13. "escapedName": "assert-plus",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/dashdash",
  20. "/ldapjs",
  21. "/verror"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
  24. "_shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525",
  25. "_spec": "assert-plus@^1.0.0",
  26. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/ldapjs",
  27. "author": {
  28. "name": "Mark Cavage",
  29. "email": "mcavage@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/mcavage/node-assert-plus/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Dave Eddy",
  38. "email": "dave@daveeddy.com"
  39. },
  40. {
  41. "name": "Fred Kuo",
  42. "email": "fred.kuo@joyent.com"
  43. },
  44. {
  45. "name": "Lars-Magnus Skog",
  46. "email": "ralphtheninja@riseup.net"
  47. },
  48. {
  49. "name": "Mark Cavage",
  50. "email": "mcavage@gmail.com"
  51. },
  52. {
  53. "name": "Patrick Mooney",
  54. "email": "pmooney@pfmooney.com"
  55. },
  56. {
  57. "name": "Rob Gulewich",
  58. "email": "robert.gulewich@joyent.com"
  59. }
  60. ],
  61. "dependencies": {},
  62. "deprecated": false,
  63. "description": "Extra assertions on top of node's assert module",
  64. "devDependencies": {
  65. "faucet": "0.0.1",
  66. "tape": "4.2.2"
  67. },
  68. "engines": {
  69. "node": ">=0.8"
  70. },
  71. "homepage": "https://github.com/mcavage/node-assert-plus#readme",
  72. "license": "MIT",
  73. "main": "./assert.js",
  74. "name": "assert-plus",
  75. "optionalDependencies": {},
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/mcavage/node-assert-plus.git"
  79. },
  80. "scripts": {
  81. "test": "tape tests/*.js | ./node_modules/.bin/faucet"
  82. },
  83. "version": "1.0.0"
  84. }