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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "longest@^1.0.0",
  3. "_id": "longest@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=",
  6. "_location": "/longest",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "longest@^1.0.0",
  12. "name": "longest",
  13. "escapedName": "longest",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/lpad-align"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
  22. "_shasum": "30a0b2da38f73770e8294a0d22e6625ed77d0097",
  23. "_spec": "longest@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\lpad-align",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/longest/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Get the longest item in an array.",
  35. "devDependencies": {
  36. "fill-range": "^2.1.0",
  37. "mocha": "*"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/jonschlinkert/longest",
  46. "keywords": [
  47. "array",
  48. "element",
  49. "item",
  50. "long",
  51. "length",
  52. "longest"
  53. ],
  54. "license": {
  55. "type": "MIT",
  56. "url": "https://github.com/jonschlinkert/longest/blob/master/LICENSE"
  57. },
  58. "main": "index.js",
  59. "name": "longest",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jonschlinkert/longest.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "version": "1.0.1"
  68. }