package.json 1.5 KB

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