package.json 4.72 KB
{
  "_from": "protobufjs@^6.8.8",
  "_id": "protobufjs@6.8.8",
  "_inBundle": false,
  "_integrity": "sha512-AAmHtD5pXgZfi7GMpllpO3q1Xw1OYldr+dMUlAnffGTAhqkg72WdmSY71uKBF/JuyiKs8psYbtKrhi0ASCD8qw==",
  "_location": "/protobufjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "protobufjs@^6.8.8",
    "name": "protobufjs",
    "escapedName": "protobufjs",
    "rawSpec": "^6.8.8",
    "saveSpec": null,
    "fetchSpec": "^6.8.8"
  },
  "_requiredBy": [
    "/@grpc/proto-loader",
    "/google-gax"
  ],
  "_resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.8.8.tgz",
  "_shasum": "c8b4f1282fd7a90e6f5b109ed11c84af82908e7c",
  "_spec": "protobufjs@^6.8.8",
  "_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\node_modules\\google-gax",
  "author": {
    "name": "Daniel Wirtz",
    "email": "dcode+protobufjs@dcode.io"
  },
  "bin": {
    "pbjs": "bin/pbjs",
    "pbts": "bin/pbts"
  },
  "bugs": {
    "url": "https://github.com/dcodeIO/protobuf.js/issues"
  },
  "bundleDependencies": false,
  "cliDependencies": [
    "semver",
    "chalk",
    "glob",
    "jsdoc",
    "minimist",
    "tmp",
    "uglify-js",
    "espree",
    "escodegen",
    "estraverse"
  ],
  "dependencies": {
    "@protobufjs/aspromise": "^1.1.2",
    "@protobufjs/base64": "^1.1.2",
    "@protobufjs/codegen": "^2.0.4",
    "@protobufjs/eventemitter": "^1.1.0",
    "@protobufjs/fetch": "^1.1.0",
    "@protobufjs/float": "^1.0.2",
    "@protobufjs/inquire": "^1.1.0",
    "@protobufjs/path": "^1.1.2",
    "@protobufjs/pool": "^1.1.0",
    "@protobufjs/utf8": "^1.1.0",
    "@types/long": "^4.0.0",
    "@types/node": "^10.1.0",
    "long": "^4.0.0"
  },
  "deprecated": false,
  "description": "Protocol Buffers for JavaScript (& TypeScript).",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^16.2.2",
    "browserify-wrap": "^1.0.2",
    "bundle-collapser": "^1.3.0",
    "chalk": "^2.4.1",
    "escodegen": "^1.9.1",
    "eslint": "^4.19.1",
    "espree": "^3.5.4",
    "estraverse": "^4.2.0",
    "gh-pages": "^1.1.0",
    "git-raw-commits": "^1.3.6",
    "git-semver-tags": "^1.3.6",
    "glob": "^7.1.2",
    "google-protobuf": "^3.5.0",
    "gulp": "^4.0.0",
    "gulp-header": "^2.0.5",
    "gulp-if": "^2.0.1",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-uglify": "^3.0.0",
    "istanbul": "^0.4.5",
    "jaguarjs-jsdoc": "github:dcodeIO/jaguarjs-jsdoc",
    "jsdoc": "^3.5.5",
    "minimist": "^1.2.0",
    "reflect-metadata": "^0.1.12",
    "semver": "^5.5.0",
    "tape": "^4.9.0",
    "tmp": "0.0.33",
    "tslint": "^5.10.0",
    "typescript": "^2.8.3",
    "uglify-js": "^3.3.25",
    "vinyl-buffer": "^1.0.1",
    "vinyl-fs": "^3.0.3",
    "vinyl-source-stream": "^2.0.0"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "light.d.ts",
    "light.js",
    "minimal.d.ts",
    "minimal.js",
    "package-lock.json",
    "tsconfig.json",
    "scripts/postinstall.js",
    "bin/**",
    "cli/**",
    "dist/**",
    "ext/**",
    "google/**",
    "src/**"
  ],
  "homepage": "http://dcode.io/protobuf.js",
  "keywords": [
    "protobuf",
    "protocol-buffers",
    "serialization",
    "typescript"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "protobufjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcodeIO/protobuf.js.git"
  },
  "scripts": {
    "bench": "node bench",
    "build": "gulp --gulpfile scripts/gulpfile.js",
    "changelog": "node scripts/changelog -w",
    "coverage": "istanbul --config=config/istanbul.json cover node_modules/tape/bin/tape tests/*.js tests/node/*.js",
    "docs": "jsdoc -c config/jsdoc.json -R README.md --verbose --pedantic",
    "lint": "eslint **/*.js -c config/eslint.json && tslint **/*.d.ts -e **/node_modules/** -t stylish -c config/tslint.json",
    "make": "npm run test && npm run types && npm run build && npm run lint",
    "pages": "node scripts/pages",
    "postinstall": "node scripts/postinstall",
    "prepublish": "node scripts/prepublish",
    "prof": "node bench/prof",
    "release": "npm run make && npm run changelog",
    "test": "tape -r ./lib/tape-adapter tests/*.js tests/node/*.js",
    "test-types": "tsc tests/comp_typescript.ts --lib es2015 --strictNullChecks --experimentalDecorators --emitDecoratorMetadata && tsc tests/data/test.js.ts --lib es2015 --noEmit --strictNullChecks && tsc tests/data/rpc.ts --lib es2015 --noEmit --strictNullChecks",
    "types": "node bin/pbts --main --global protobuf --out index.d.ts src/ lib/aspromise/index.js lib/base64/index.js lib/codegen/index.js lib/eventemitter/index.js lib/float/index.js lib/fetch/index.js lib/inquire/index.js lib/path/index.js lib/pool/index.js lib/utf8/index.js && npm run test-types"
  },
  "types": "index.d.ts",
  "version": "6.8.8",
  "versionScheme": "~"
}