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/scss-tokenizer/package.json
{
  "name": "scss-tokenizer",
  "version": "0.4.3",
  "description": "A tokenzier for Sass' SCSS syntax",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "clean": "rm lib/*",
    "build": "npm run clean; babel src/ --out-dir lib",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sasstools/scss-tokenizer.git"
  },
  "keywords": [
    "parser",
    "tokenizer",
    "sass",
    "scss",
    "libsass"
  ],
  "author": "xzyfer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sasstools/scss-tokenizer/issues"
  },
  "homepage": "https://github.com/sasstools/scss-tokenizer",
  "dependencies": {
    "js-base64": "^2.4.9",
    "source-map": "^0.7.3"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-jest": "^23.6.0",
    "babel-preset-env": "^1.7.0",
    "glob": "^7.1.3",
    "jest": "^23.6.0",
    "sass-spec": "3.5.1"
  }
}