source: trip-planner-front/node_modules/chardet/package.json@ 84d0fbb

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "chardet@0.7.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "chardet@0.7.0",
10 "_id": "chardet@0.7.0",
11 "_inBundle": false,
12 "_integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
13 "_location": "/chardet",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "chardet@0.7.0",
19 "name": "chardet",
20 "escapedName": "chardet",
21 "rawSpec": "0.7.0",
22 "saveSpec": null,
23 "fetchSpec": "0.7.0"
24 },
25 "_requiredBy": [
26 "/external-editor"
27 ],
28 "_resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
29 "_spec": "0.7.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Dmitry Shirokov",
33 "email": "deadrunk@gmail.com"
34 },
35 "bugs": {
36 "url": "http://github.com/runk/node-chardet/issues"
37 },
38 "contributors": [
39 {
40 "name": "@spikying"
41 },
42 {
43 "name": "@wtgtybhertgeghgtwtg"
44 },
45 {
46 "name": "@suisho"
47 },
48 {
49 "name": "@seangarner"
50 },
51 {
52 "name": "@zevanty"
53 }
54 ],
55 "description": "Character detector",
56 "devDependencies": {
57 "github-publish-release": "^5.0.0",
58 "mocha": "^5.2.0"
59 },
60 "directories": {
61 "test": "test"
62 },
63 "engine": {
64 "node": ">=4"
65 },
66 "homepage": "https://github.com/runk/node-chardet",
67 "keywords": [
68 "encoding",
69 "character",
70 "utf8",
71 "detector",
72 "chardet",
73 "icu"
74 ],
75 "license": "MIT",
76 "main": "index.js",
77 "name": "chardet",
78 "repository": {
79 "type": "git",
80 "url": "git+ssh://git@github.com/runk/node-chardet.git"
81 },
82 "scripts": {
83 "release": "scripts/release",
84 "test": "mocha -R spec --recursive --bail"
85 },
86 "version": "0.7.0"
87}
Note: See TracBrowser for help on using the repository browser.