blob: 15fde950fd10d9febad24eda301949b3acd90eff [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
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\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\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}