package.json 3.29 KB
{
  "_from": "@google-cloud/video-intelligence@3.3.2",
  "_id": "@google-cloud/video-intelligence@3.3.2",
  "_inBundle": false,
  "_integrity": "sha512-2PZi9hLkOpvs2MW3sL5FxNWWZImqGUPkB0mEKIEm443GrVymhJ0aS1OjZYKtcXHxW7+wZlSfBryoYw+3rY6qXg==",
  "_location": "/@google-cloud/video-intelligence",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@google-cloud/video-intelligence@3.3.2",
    "name": "@google-cloud/video-intelligence",
    "escapedName": "@google-cloud%2fvideo-intelligence",
    "scope": "@google-cloud",
    "rawSpec": "3.3.2",
    "saveSpec": null,
    "fetchSpec": "3.3.2"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@google-cloud/video-intelligence/-/video-intelligence-3.3.2.tgz",
  "_shasum": "2fb67cd59f82a6554666e9d8c1cc904117ea5a42",
  "_spec": "@google-cloud/video-intelligence@3.3.2",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
  "author": {
    "name": "Google Inc"
  },
  "bugs": {
    "url": "https://github.com/googleapis/nodejs-video-intelligence/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "google-gax": "^2.12.0"
  },
  "deprecated": false,
  "description": "Google Cloud Video Intelligence API client for Node.js",
  "devDependencies": {
    "@microsoft/api-documenter": "^7.8.10",
    "@microsoft/api-extractor": "^7.8.10",
    "@types/mocha": "^8.0.0",
    "@types/node": "^12.12.29",
    "@types/sinon": "^10.0.0",
    "c8": "^7.0.0",
    "eslint-plugin-node": "^11.1.0",
    "gts": "^3.0.0",
    "jsdoc": "^3.6.3",
    "jsdoc-fresh": "^1.0.2",
    "jsdoc-region-tag": "^1.0.4",
    "linkinator": "^2.0.3",
    "mocha": "^8.0.0",
    "null-loader": "^4.0.0",
    "pack-n-play": "^1.0.0-2",
    "prettier": "^2.1.2",
    "sinon": "^10.0.0",
    "ts-loader": "^9.0.0",
    "typescript": "^3.8.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "build/protos",
    "build/src",
    "LICENSE"
  ],
  "homepage": "https://github.com/googleapis/nodejs-video-intelligence#readme",
  "keywords": [
    "google apis client",
    "google api client",
    "google apis",
    "google api",
    "google",
    "google cloud platform",
    "google cloud",
    "cloud",
    "google video intelligence",
    "video intelligence",
    "Google Cloud Video Intelligence API"
  ],
  "license": "Apache-2.0",
  "main": "build/src/index.js",
  "name": "@google-cloud/video-intelligence",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/nodejs-video-intelligence.git"
  },
  "scripts": {
    "api-documenter": "api-documenter yaml --input-folder=temp",
    "api-extractor": "api-extractor run --local",
    "clean": "gts clean",
    "compile": "tsc -p . && cp -r protos build/",
    "compile-protos": "compileProtos src",
    "docs": "jsdoc -c .jsdoc.js",
    "docs-test": "linkinator docs",
    "fix": "gts fix",
    "lint": "gts check",
    "precompile": "gts clean",
    "predocs-test": "npm run docs",
    "prelint": "cd samples; npm link ../; npm install",
    "prepare": "npm run compile",
    "samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
    "system-test": "c8 mocha build/system-test --timeout 600000",
    "test": "c8 mocha build/test"
  },
  "version": "3.3.2"
}