MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/snap.cafsinfotech.in/node_modules/@mapbox/unitbezier/package.json
{
  "name": "@mapbox/unitbezier",
  "version": "0.0.1",
  "description": "unit bezier curve interpolation",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "pretest": "eslint index.js test/*.js",
    "test": "node test/unitbezier.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "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": {
    "eslint": "^8.0.1",
    "eslint-config-mourner": "^2.0.3",
    "tape": "^5.3.1"
  },
  "eslintConfig": {
    "extends": "mourner"
  }
}