hexo/node_modules/scss-tokenizer/package.json

47 lines
1.0 KiB
JSON
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"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"
}
}