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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "crc@3.4.4",
  3. "_id": "crc@3.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-naHpgOO9RPxck79as9ozeNheRms=",
  6. "_location": "/crc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "crc@3.4.4",
  12. "name": "crc",
  13. "escapedName": "crc",
  14. "rawSpec": "3.4.4",
  15. "saveSpec": null,
  16. "fetchSpec": "3.4.4"
  17. },
  18. "_requiredBy": [
  19. "/express-session"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz",
  22. "_shasum": "9da1e980e3bd44fc5c93bf5ab3da3378d85e466b",
  23. "_spec": "crc@3.4.4",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express-session",
  25. "author": {
  26. "name": "Alex Gorbatchev",
  27. "url": "https://github.com/alexgorbatchev"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/alexgorbatchev/node-crc/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
  35. "devDependencies": {
  36. "babel-cli": "^6.3.15",
  37. "babel-core": "^6.1.21",
  38. "babel-preset-es2015": "^6.1.18",
  39. "beautify-benchmark": "^0.2.4",
  40. "benchmark": "^1.0.0",
  41. "buffer-crc32": "^0.2.3",
  42. "chai": "^3.4.1",
  43. "mocha": "*",
  44. "seedrandom": "^2.3.6"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/alexgorbatchev/node-crc",
  50. "keywords": [
  51. "crc"
  52. ],
  53. "license": "MIT",
  54. "main": "./lib/index.js",
  55. "name": "crc",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/alexgorbatchev/node-crc.git"
  59. },
  60. "scripts": {
  61. "pretest": "cd src && babel --out-dir ../lib *.js",
  62. "test": "mocha test/*.test.js"
  63. },
  64. "version": "3.4.4"
  65. }