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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "sliced@1.0.1",
  3. "_id": "sliced@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E=",
  6. "_location": "/sliced",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "sliced@1.0.1",
  12. "name": "sliced",
  13. "escapedName": "sliced",
  14. "rawSpec": "1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/mongoose",
  20. "/mquery"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz",
  23. "_shasum": "0b3a662b5d04c3177b1926bea82b03f837a2ef41",
  24. "_spec": "sliced@1.0.1",
  25. "_where": "D:\\Gitterra\\om\\node_modules\\mongoose",
  26. "author": {
  27. "name": "Aaron Heckmann",
  28. "email": "aaron.heckmann+github@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/aheckmann/sliced/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "A faster Node.js alternative to Array.prototype.slice.call(arguments)",
  37. "devDependencies": {
  38. "benchmark": "~1.0.0",
  39. "mocha": "1.5.0"
  40. },
  41. "files": [
  42. "LICENSE",
  43. "README.md",
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/aheckmann/sliced#readme",
  47. "keywords": [
  48. "arguments",
  49. "slice",
  50. "array"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "sliced",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/aheckmann/sliced.git"
  58. },
  59. "scripts": {
  60. "test": "make test"
  61. },
  62. "version": "1.0.1"
  63. }