{
  "_from": "@tensorflow-models/mobilenet@2.0.3",
  "_id": "@tensorflow-models/mobilenet@2.0.3",
  "_inBundle": false,
  "_integrity": "sha1-xUJDWOMsxKUbgkaMF3EbcCb9AEw=",
  "_location": "/@tensorflow-models/mobilenet",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tensorflow-models/mobilenet@2.0.3",
    "name": "@tensorflow-models/mobilenet",
    "escapedName": "@tensorflow-models%2fmobilenet",
    "scope": "@tensorflow-models",
    "rawSpec": "2.0.3",
    "saveSpec": null,
    "fetchSpec": "2.0.3"
  },
  "_requiredBy": [
    "/ml5"
  ],
  "_resolved": "https://registry.npm.taobao.org/@tensorflow-models/mobilenet/download/@tensorflow-models/mobilenet-2.0.3.tgz",
  "_shasum": "c5424358e32cc4a51b82468c17711b7026fd004c",
  "_spec": "@tensorflow-models/mobilenet@2.0.3",
  "_where": "/tmp/wwrepo/node_modules/ml5",
  "bugs": {
    "url": "https://github.com/tensorflow/tfjs-models/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Pretrained MobileNet in TensorFlow.js",
  "devDependencies": {
    "@tensorflow/tfjs-converter": "~1.2.1",
    "@tensorflow/tfjs-core": "~1.2.1",
    "@types/jasmine": "~2.5.53",
    "babel-core": "^6.26.0",
    "babel-plugin-transform-runtime": "~6.23.0",
    "jasmine": "~3.1.0",
    "jasmine-core": "~3.1.0",
    "rimraf": "~2.6.2",
    "rollup": "~0.58.2",
    "rollup-plugin-node-resolve": "~3.3.0",
    "rollup-plugin-typescript2": "~0.13.0",
    "rollup-plugin-uglify": "~3.0.0",
    "ts-node": "~5.0.0",
    "tslint": "~5.8.0",
    "typescript": "3.3.3333"
  },
  "homepage": "https://github.com/tensorflow/tfjs-models#readme",
  "jsdelivr": "dist/mobilenet.min.js",
  "jsnext:main": "dist/mobilenet.esm.js",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/mobilenet.esm.js",
  "name": "@tensorflow-models/mobilenet",
  "peerDependencies": {
    "@tensorflow/tfjs-core": "~1.2.1",
    "@tensorflow/tfjs-converter": "~1.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tensorflow/tfjs-models.git"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "lint": "tslint -p . -t verbose",
    "publish-local": "yarn build && rollup -c && yalc push",
    "test": "ts-node run_tests.ts"
  },
  "types": "dist/index.d.ts",
  "unpkg": "dist/mobilenet.min.js",
  "version": "2.0.3"
}
