{ "_from": "hanzi-writer", "_id": "hanzi-writer@3.6.0", "_inBundle": false, "_integrity": "sha512-2fDdpnNq33rFihiOX2iHIKjWwNPoo6yl95wqAyhtq/PRRMwTTzKNT8JgtqwCebMJi9TjyXySBIfs3xI1FLSsvA==", "_location": "/hanzi-writer", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "hanzi-writer", "name": "hanzi-writer", "escapedName": "hanzi-writer", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmmirror.com/hanzi-writer/-/hanzi-writer-3.6.0.tgz", "_shasum": "a871475457cc9914b03d9f1b2c41c368111dae08", "_spec": "hanzi-writer", "_where": "F:\\git\\GCLS_Page_Mobile", "author": { "name": "David Chanin", "email": "chanindav@gmail.com", "url": "http://chanind.github.io/hanzi-writer/" }, "bugs": { "url": "https://github.com/chanind/hanzi-writer/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Hanzi Writer is a free and open-source javascript library for both animating simplified Chinese characters and quizzing users on character stroke order.", "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.7", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-node-resolve": "^11.1.0", "@sinonjs/fake-timers": "^7.0.2", "@types/jest": "^26.0.20", "@types/nise": "^1.4.0", "@types/sinonjs__fake-timers": "^6.0.2", "@typescript-eslint/eslint-plugin": "^4.14.0", "@typescript-eslint/parser": "^4.14.0", "@wessberg/rollup-plugin-ts": "^1.3.8", "codecov": "^3.8.1", "eslint": "^7.18.0", "hanzi-writer-data": "^2.0.1", "jest-canvas-mock": "2.1.0", "jest-cli": "^26.6.3", "jest-fetch-mock": "^3.0.3", "nise": "^4.0.4", "prettier": "^2.2.1", "rollup": "^2.36.2", "rollup-plugin-filesize": "^9.1.0", "rollup-plugin-license": "^2.2.0", "rollup-plugin-terser": "^7.0.2", "semantic-release": "^17.3.3", "typescript": "^4.1.3" }, "files": [ "dist" ], "homepage": "https://github.com/chanind/hanzi-writer#readme", "jest": { "setupFiles": [ "jest-canvas-mock" ], "setupFilesAfterEnv": [ "/../jest-setup.js" ], "rootDir": "src", "coverageDirectory": "../coverage/", "testURL": "https://test.com/url#tag", "collectCoverage": true, "testEnvironment": "/../jest-jsdom-env" }, "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "name": "hanzi-writer", "repository": { "type": "git", "url": "git+https://github.com/chanind/hanzi-writer.git" }, "scripts": { "build": "rm -rf dist && rollup -c", "lint-fix": "eslint --fix --ext .tsx,.ts .", "lint-test": "eslint -c .eslintrc src", "prepublishOnly": "rollup -c", "prettier": "prettier -w src", "semantic-release": "semantic-release", "test": "jest", "typecheck": "tsc --noEmit --skipLibCheck" }, "types": "dist/types/index.esm.d.ts", "version": "3.6.0" }