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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "array-flatten@1.1.1",
  3. "_id": "array-flatten@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
  6. "_location": "/array-flatten",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "array-flatten@1.1.1",
  12. "name": "array-flatten",
  13. "escapedName": "array-flatten",
  14. "rawSpec": "1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  22. "_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
  23. "_spec": "array-flatten@1.1.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  25. "author": {
  26. "name": "Blake Embrey",
  27. "email": "hello@blakeembrey.com",
  28. "url": "http://blakeembrey.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/blakeembrey/array-flatten/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Flatten an array of nested arrays into a single flat array",
  36. "devDependencies": {
  37. "istanbul": "^0.3.13",
  38. "mocha": "^2.2.4",
  39. "pre-commit": "^1.0.7",
  40. "standard": "^3.7.3"
  41. },
  42. "files": [
  43. "array-flatten.js",
  44. "LICENSE"
  45. ],
  46. "homepage": "https://github.com/blakeembrey/array-flatten",
  47. "keywords": [
  48. "array",
  49. "flatten",
  50. "arguments",
  51. "depth"
  52. ],
  53. "license": "MIT",
  54. "main": "array-flatten.js",
  55. "name": "array-flatten",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/blakeembrey/array-flatten.git"
  59. },
  60. "scripts": {
  61. "test": "istanbul cover _mocha -- -R spec"
  62. },
  63. "version": "1.1.1"
  64. }