You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.9 KiB
JSON

{
"_from": "roughjs",
"_id": "roughjs@4.3.1",
"_inBundle": false,
"_integrity": "sha512-m42+OBaBR7x5UhIKyjBCnWqqkaEkBKLkXvHv4pOWJXPofvMnQY4ZcFEQlqf3coKKyZN2lfWMyx7QXSg2GD7SGA==",
"_location": "/roughjs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "roughjs",
"name": "roughjs",
"escapedName": "roughjs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.3.1.tgz",
"_shasum": "b7af0b205c94bc3b79ee5a7eae1e09d5063bc3fe",
"_spec": "roughjs",
"_where": "/Users/1009738/PracticalVision",
"author": {
"name": "Preet Shihn",
"email": "preetshihn@gmail.com"
},
"browser": "bundled/rough.js",
"bugs": {
"url": "https://github.com/pshihn/rough/issues"
},
"bundleDependencies": false,
"dependencies": {
"path-data-parser": "^0.1.0",
"points-on-curve": "^0.2.0",
"points-on-path": "^0.2.1"
},
"deprecated": false,
"description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.",
"devDependencies": {
"@rollup/plugin-typescript": "^2.1.0",
"rollup": "^1.32.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.3.0",
"tslint": "^5.20.1",
"typescript": "^3.8.3"
},
"homepage": "https://roughjs.com",
"keywords": [
"canvas",
"svg",
"graphics",
"sketchy",
"hand drawn",
"hand-drawn"
],
"license": "MIT",
"main": "bundled/rough.cjs.js",
"module": "bundled/rough.esm.js",
"name": "roughjs",
"repository": {
"type": "git",
"url": "git+https://github.com/pshihn/rough.git"
},
"scripts": {
"build": "rm -rf bin && tsc && rollup -c",
"lint": "tslint -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "bin/rough.d.ts",
"version": "4.3.1"
}