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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "assert-plus@0.1.5",
  3. "_id": "assert-plus@0.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7nQAlBMALYTOxyGcasgRgS5yMWA=",
  6. "_location": "/ldap-filter/assert-plus",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "assert-plus@0.1.5",
  12. "name": "assert-plus",
  13. "escapedName": "assert-plus",
  14. "rawSpec": "0.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.5"
  17. },
  18. "_requiredBy": [
  19. "/ldap-filter"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz",
  22. "_shasum": "ee74009413002d84cec7219c6ac811812e723160",
  23. "_spec": "assert-plus@0.1.5",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/ldap-filter",
  25. "author": {
  26. "name": "Mark Cavage",
  27. "email": "mcavage@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mcavage/node-assert-plus/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Extra assertions on top of node's assert module",
  36. "devDependencies": {},
  37. "engines": {
  38. "node": ">=0.8"
  39. },
  40. "homepage": "https://github.com/mcavage/node-assert-plus#readme",
  41. "main": "./assert.js",
  42. "name": "assert-plus",
  43. "optionalDependencies": {},
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/mcavage/node-assert-plus.git"
  47. },
  48. "version": "0.1.5"
  49. }