blob: 461187d0a56a4129216faeece12d44b1f97cfda1 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "arrify@^1.0.1",
3 "_id": "arrify@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
6 "_location": "/arrify",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "arrify@^1.0.1",
12 "name": "arrify",
13 "escapedName": "arrify",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/dir-glob"
20 ],
21 "_resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
22 "_shasum": "898508da2226f380df904728456849c1501a4b0d",
23 "_spec": "arrify@^1.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\dir-glob",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/arrify/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Convert a value to an array",
36 "devDependencies": {
37 "ava": "*",
38 "xo": "*"
39 },
40 "engines": {
41 "node": ">=0.10.0"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/sindresorhus/arrify#readme",
47 "keywords": [
48 "array",
49 "arr",
50 "arrify",
51 "arrayify",
52 "convert",
53 "value"
54 ],
55 "license": "MIT",
56 "name": "arrify",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/sindresorhus/arrify.git"
60 },
61 "scripts": {
62 "test": "xo && ava"
63 },
64 "version": "1.0.1"
65}