{
  "_from": "@tensorflow-models/coco-ssd",
  "_id": "@tensorflow-models/coco-ssd@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-Jey2JscmKEValcFZH2ZLz14s8KPRmVtfJ0d0M3dPhvBp9dJiGNanVXr/pJAY5OS7emKj9uSciGhdkHWXY9Hovw==",
  "_location": "/@tensorflow-models/coco-ssd",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@tensorflow-models/coco-ssd",
    "name": "@tensorflow-models/coco-ssd",
    "escapedName": "@tensorflow-models%2fcoco-ssd",
    "scope": "@tensorflow-models",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "http://npm.wware.org/@tensorflow-models%2fcoco-ssd/-/coco-ssd-2.2.2.tgz",
  "_shasum": "2a308b3b11a106bf640c5245b980c79df8208b60",
  "_spec": "@tensorflow-models/coco-ssd",
  "_where": "/tmp/wwrepo",
  "bugs": {
    "url": "https://github.com/tensorflow/tfjs-models/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Object detection model (coco-ssd) in TensorFlow.js",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@rollup/plugin-typescript": "^3.0.0",
    "@tensorflow/tfjs-backend-cpu": "^3.3.0",
    "@tensorflow/tfjs-converter": "^3.3.0",
    "@tensorflow/tfjs-core": "^3.3.0",
    "@types/jasmine": "~2.8.8",
    "babel-core": "~6.26.0",
    "babel-plugin-transform-runtime": "~6.23.0",
    "jasmine-core": "~3.5.0",
    "rimraf": "~2.6.2",
    "rollup": "~2.3.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "~3.3.2",
    "ts-node": "~8.8.2",
    "tslint": "~5.18.0",
    "typescript": "~3.5.3",
    "yalc": "~1.0.0-pre.21"
  },
  "homepage": "https://github.com/tensorflow/tfjs-models#readme",
  "jsdelivr": "dist/coco-ssd.min.js",
  "jsnext:main": "dist/coco-ssd.es2017.esm.min.js",
  "license": "Apache-2.0",
  "main": "dist/coco-ssd.node.js",
  "module": "dist/coco-ssd.es2017.esm.min.js",
  "name": "@tensorflow-models/coco-ssd",
  "peerDependencies": {
    "@tensorflow/tfjs-converter": "^3.3.0",
    "@tensorflow/tfjs-core": "^3.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tensorflow/tfjs-models.git"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "build-npm": "yarn build && rollup -c --visualize --npm",
    "lint": "tslint -p . -t verbose",
    "publish-local": "yarn build && rollup -c && yalc push",
    "test": "ts-node --skip-ignore --project tsconfig.test.json run_tests.ts"
  },
  "types": "dist/index.d.ts",
  "unpkg": "dist/coco-ssd.min.js",
  "version": "2.2.2"
}
