blob: 05244534986e514c8ddb4e0df4b646a7220f7b1c [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-utf8@^0.2.0",
3 "_id": "is-utf8@0.2.1",
4 "_inBundle": false,
5 "_integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
6 "_location": "/is-utf8",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-utf8@^0.2.0",
12 "name": "is-utf8",
13 "escapedName": "is-utf8",
14 "rawSpec": "^0.2.0",
15 "saveSpec": null,
16 "fetchSpec": "^0.2.0"
17 },
18 "_requiredBy": [
19 "/remove-bom-buffer",
20 "/strip-bom"
21 ],
22 "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
23 "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
24 "_spec": "is-utf8@^0.2.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\strip-bom",
26 "author": {
27 "name": "wayfind"
28 },
29 "bugs": {
30 "url": "https://github.com/wayfind/is-utf8/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "Detect if a buffer is utf8 encoded.",
35 "files": [
36 "is-utf8.js"
37 ],
38 "homepage": "https://github.com/wayfind/is-utf8#readme",
39 "keywords": [
40 "utf8",
41 "charset"
42 ],
43 "license": "MIT",
44 "main": "is-utf8.js",
45 "name": "is-utf8",
46 "repository": {
47 "type": "git",
48 "url": "git+https://github.com/wayfind/is-utf8.git"
49 },
50 "scripts": {
51 "test": "node test.js"
52 },
53 "version": "0.2.1"
54}