{
	"name": "@mapbox/unitbezier",
	"versions": {
		"0.0.0": {
			"name": "@mapbox/unitbezier",
			"version": "0.0.0",
			"description": "unit bezier curve interpolation",
			"main": "index.js",
			"scripts": {
				"test": "tap --coverage test/*.js"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/mapbox/unitbezier.git"
			},
			"keywords": [
				"unit",
				"bezier",
				"interpolation",
				"webkit"
			],
			"author": "",
			"license": "BSD-2-Clause",
			"bugs": {
				"url": "https://github.com/mapbox/unitbezier/issues"
			},
			"homepage": "https://github.com/mapbox/unitbezier",
			"devDependencies": {
				"cz-conventional-changelog": "1.2.0",
				"tap": "~9.0.3"
			},
			"config": {
				"commitizen": {
					"path": "./node_modules/cz-conventional-changelog"
				}
			},
			"gitHead": "c3e0d07b20d3219a99367d676f75f66021358838",
			"_id": "@mapbox/unitbezier@0.0.0",
			"_shasum": "15651bd553a67b8581fb398810c98ad86a34524e",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "4.6.2",
			"_npmUser": {
				"name": "tmcw",
				"email": "tom@macwright.org"
			},
			"dist": {
				"shasum": "15651bd553a67b8581fb398810c98ad86a34524e",
				"tarball": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "tmcw",
					"email": "tom@macwright.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/unitbezier-0.0.0.tgz_1484687689981_0.07721135602332652"
			},
			"directories": {},
			"contributors": []
		}
	},
	"time": {
		"modified": "2018-07-17T19:29:24.583Z",
		"created": "2017-01-17T21:14:51.933Z",
		"0.0.0": "2017-01-17T21:14:51.933Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "0.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"1470d60243eaa84fa9553a9b46bf7dfe\"",
			"fetched": 1593324469198
		}
	},
	"_distfiles": {
		"unitbezier-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz",
			"sha": "15651bd553a67b8581fb398810c98ad86a34524e",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"unitbezier-0.0.0.tgz": {
			"shasum": "15651bd553a67b8581fb398810c98ad86a34524e"
		}
	},
	"_rev": "2-82e118a4542ade0e",
	"_id": "@mapbox/unitbezier",
	"readme": "[![Build Status](https://travis-ci.org/mapbox/unitbezier.svg)](https://travis-ci.org/mapbox/unitbezier)\n\n# unitbezier\n\nUnit bezier interpolation function: a port to JavaScript from Webkit:\n\nhttp://svn.webkit.org/repository/webkit/trunk/Source/WebCore/platform/graphics/UnitBezier.h\n\n## api\n\n### new UnitBezier(p1x, p1y, p2x, p2y)\n\nInitialize a new bezier curve given the points\n\n### bezier.sampleCurveX(t)\n\n### bezier.sampleCurveY(t)\n\n### bezier.sampleCurveDerivativeX(t)\n\n### bezier.solveCurveX(t)\n\n### bezier.solve(x, epsilon)"
}