HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/parse-unit/package.json
{
  "name": "parse-unit",
  "version": "1.0.1",
  "description": "parses number and unit, '20px' into [20, 'px']",
  "main": "index.js",
  "license": "MIT",
  "author": "Matt DesLauriers <dave.des@gmail.com>",
  "dependencies": {},
  "devDependencies": {
    "tape": "~2.13.2"
  },
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/parse-unit.git"
  },
  "keywords": [
    "parse",
    "number",
    "string",
    "str",
    "split",
    "unit",
    "in",
    "m",
    "px",
    "%",
    "pt",
    "pc",
    "em",
    "deg",
    "rad",
    "css",
    "value"
  ],
  "homepage": "https://github.com/mattdesl/parse-unit",
  "bugs": {
    "url": "https://github.com/mattdesl/parse-unit/issues"
  }
}