{
  "_from": "@tensorflow/tfjs@^1.7.0",
  "_id": "@tensorflow/tfjs@1.7.4",
  "_inBundle": false,
  "_integrity": "sha1-6lSDvEs09aTGbWAORWwltgcep14=",
  "_location": "/@tensorflow/tfjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@tensorflow/tfjs@^1.7.0",
    "name": "@tensorflow/tfjs",
    "escapedName": "@tensorflow%2ftfjs",
    "scope": "@tensorflow",
    "rawSpec": "^1.7.0",
    "saveSpec": null,
    "fetchSpec": "^1.7.0"
  },
  "_requiredBy": [
    "/@magenta/sketch",
    "/ml5"
  ],
  "_resolved": "https://registry.npm.taobao.org/@tensorflow/tfjs/download/@tensorflow/tfjs-1.7.4.tgz",
  "_shasum": "ea5483bc4b34f5a4c66d600e456c25b6071ea75e",
  "_spec": "@tensorflow/tfjs@^1.7.0",
  "_where": "/tmp/wwrepo/node_modules/ml5",
  "bugs": {
    "url": "https://github.com/tensorflow/tfjs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@tensorflow/tfjs-converter": "1.7.4",
    "@tensorflow/tfjs-core": "1.7.4",
    "@tensorflow/tfjs-data": "1.7.4",
    "@tensorflow/tfjs-layers": "1.7.4"
  },
  "deprecated": false,
  "description": "An open-source machine learning framework.",
  "devDependencies": {
    "@types/jasmine": "2.8.7",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "~9.6.1",
    "@types/shelljs": "^0.8.4",
    "babel-core": "~6.26.3",
    "clang-format": "~1.2.2",
    "commander": "~2.14.1",
    "jasmine": "3.1.0",
    "jasmine-core": "~3.1.0",
    "karma": "~4.0.1",
    "karma-browserstack-launcher": "~1.4.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-firefox-launcher": "~1.1.0",
    "karma-jasmine": "~1.1.1",
    "karma-typescript": "~4.0.0",
    "mkdirp": "~0.5.1",
    "npm-run-all": "~4.1.3",
    "rimraf": "~2.6.2",
    "rollup": "~0.58.2",
    "rollup-plugin-babel": "~3.0.4",
    "rollup-plugin-commonjs": "9.1.3",
    "rollup-plugin-json": "~3.0.0",
    "rollup-plugin-node-resolve": "3.3.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-typescript2": "0.13.0",
    "rollup-plugin-uglify": "~3.0.0",
    "shelljs": "~0.8.1",
    "ts-node": "~4.1.0",
    "tslint": "~5.11.0",
    "tslint-no-circular-imports": "~0.5.0",
    "typescript": "3.5.3",
    "yalc": "~1.0.0-pre.21"
  },
  "homepage": "https://github.com/tensorflow/tfjs#readme",
  "jsdelivr": "dist/tf.min.js",
  "jsnext:main": "dist/tf.esm.js",
  "license": "Apache-2.0",
  "main": "dist/index",
  "miniprogram": "dist/miniprogram",
  "module": "dist/tf.esm.js",
  "name": "@tensorflow/tfjs",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tensorflow/tfjs.git"
  },
  "scripts": {
    "build": "tsc",
    "build-ci": "tsc",
    "build-converter": "cd ../tfjs-converter && yarn && yarn build",
    "build-converter-ci": "cd ../tfjs-converter && yarn && yarn build-ci",
    "build-core": "cd ../tfjs-core && yarn && yarn build",
    "build-core-ci": "cd ../tfjs-core && yarn && yarn build-ci",
    "build-data": "cd ../tfjs-data && yarn && yarn build",
    "build-data-ci": "cd ../tfjs-data && yarn && yarn build-ci",
    "build-deps": "yarn build-core && yarn build-layers && yarn build-converter && yarn build-data",
    "build-deps-ci": "yarn build-core-ci && yarn build-layers-ci && yarn build-converter-ci && yarn build-data-ci",
    "build-layers": "cd ../tfjs-layers && yarn && yarn build",
    "build-layers-ci": "cd ../tfjs-layers && yarn && yarn build-ci",
    "build-npm": "./scripts/build-npm.sh",
    "link-local": "yalc link",
    "lint": "tslint -p . -t verbose",
    "publish-local": "yarn build-npm && yalc push",
    "publish-npm": "npm publish",
    "test": "yarn && yarn build-deps && yarn build && ts-node ./scripts/release_notes/run_tests.ts && karma start",
    "test-ci": "./scripts/test-ci.sh"
  },
  "types": "dist/index.d.ts",
  "unpkg": "dist/tf.min.js",
  "version": "1.7.4"
}
