source: trip-planner-front/node_modules/string_decoder/package.json@ 8d391a1

Last change on this file since 8d391a1 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 "string_decoder@1.3.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "string_decoder@1.3.0",
10 "_id": "string_decoder@1.3.0",
11 "_inBundle": false,
12 "_integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
13 "_location": "/string_decoder",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "string_decoder@1.3.0",
19 "name": "string_decoder",
20 "escapedName": "string_decoder",
21 "rawSpec": "1.3.0",
22 "saveSpec": null,
23 "fetchSpec": "1.3.0"
24 },
25 "_requiredBy": [
26 "/readable-stream"
27 ],
28 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
29 "_spec": "1.3.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/nodejs/string_decoder/issues"
33 },
34 "dependencies": {
35 "safe-buffer": "~5.2.0"
36 },
37 "description": "The string_decoder module from Node core",
38 "devDependencies": {
39 "babel-polyfill": "^6.23.0",
40 "core-util-is": "^1.0.2",
41 "inherits": "^2.0.3",
42 "tap": "~0.4.8"
43 },
44 "files": [
45 "lib"
46 ],
47 "homepage": "https://github.com/nodejs/string_decoder",
48 "keywords": [
49 "string",
50 "decoder",
51 "browser",
52 "browserify"
53 ],
54 "license": "MIT",
55 "main": "lib/string_decoder.js",
56 "name": "string_decoder",
57 "repository": {
58 "type": "git",
59 "url": "git://github.com/nodejs/string_decoder.git"
60 },
61 "scripts": {
62 "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
63 "test": "tap test/parallel/*.js && node test/verify-dependencies"
64 },
65 "version": "1.3.0"
66}
Note: See TracBrowser for help on using the repository browser.