[6a3a178] | 1 | {
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 34 | "dependencies": {
|
---|
| 35 | "safe-buffer": "~5.2.0"
|
---|
| 36 | },
|
---|
[59329aa] | 37 | "description": "The string_decoder module from Node core",
|
---|
[6a3a178] | 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 | },
|
---|
[59329aa] | 44 | "files": [
|
---|
| 45 | "lib"
|
---|
| 46 | ],
|
---|
[6a3a178] | 47 | "homepage": "https://github.com/nodejs/string_decoder",
|
---|
| 48 | "keywords": [
|
---|
| 49 | "string",
|
---|
| 50 | "decoder",
|
---|
| 51 | "browser",
|
---|
| 52 | "browserify"
|
---|
| 53 | ],
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 66 | }
|
---|