{ "_args": [ [ "@mapbox/unitbezier@0.0.1", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "@mapbox/unitbezier@0.0.1", "_id": "@mapbox/unitbezier@0.0.1", "_inBundle": false, "_integrity": "sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==", "_location": "/@mapbox/unitbezier", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@mapbox/unitbezier@0.0.1", "name": "@mapbox/unitbezier", "escapedName": "@mapbox%2funitbezier", "scope": "@mapbox", "rawSpec": "0.0.1", "saveSpec": null, "fetchSpec": "0.0.1" }, "_requiredBy": [ "/maplibre-gl" ], "_resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.1.tgz", "_spec": "0.0.1", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": "", "bugs": { "url": "https://github.com/mapbox/unitbezier/issues" }, "description": "unit bezier curve interpolation", "devDependencies": { "eslint": "^8.0.1", "eslint-config-mourner": "^2.0.3", "tape": "^5.3.1" }, "eslintConfig": { "extends": "mourner" }, "files": [ "index.js", "index.d.ts" ], "homepage": "https://github.com/mapbox/unitbezier", "keywords": [ "unit", "bezier", "interpolation", "webkit" ], "license": "BSD-2-Clause", "main": "index.js", "name": "@mapbox/unitbezier", "repository": { "type": "git", "url": "git+ssh://git@github.com/mapbox/unitbezier.git" }, "scripts": { "pretest": "eslint index.js test/*.js", "test": "node test/unitbezier.js" }, "typings": "index.d.ts", "version": "0.0.1" }