This repository has been archived on 2021-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
simpledash/bulma/node_modules/scss-tokenizer/package.json

72 lines
1.7 KiB
JSON

{
"_from": "scss-tokenizer@^0.2.3",
"_id": "scss-tokenizer@0.2.3",
"_inBundle": false,
"_integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
"_location": "/scss-tokenizer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "scss-tokenizer@^0.2.3",
"name": "scss-tokenizer",
"escapedName": "scss-tokenizer",
"rawSpec": "^0.2.3",
"saveSpec": null,
"fetchSpec": "^0.2.3"
},
"_requiredBy": [
"/sass-graph"
],
"_resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
"_shasum": "8eb06db9a9723333824d3f5530641149847ce5d1",
"_spec": "scss-tokenizer@^0.2.3",
"_where": "/home/arsen/bulma-liwu/node_modules/sass-graph",
"author": {
"name": "xzyfer"
},
"bugs": {
"url": "https://github.com/sasstools/scss-tokenizer/issues"
},
"bundleDependencies": false,
"dependencies": {
"js-base64": "^2.1.8",
"source-map": "^0.4.2"
},
"deprecated": false,
"description": "A tokenzier for Sass' SCSS syntax",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"glob": "^5.0.10",
"mocha": "^3.2.0",
"sass-spec": "^3.5.0-1"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/sasstools/scss-tokenizer",
"keywords": [
"parser",
"tokenizer",
"sass",
"scss",
"libsass"
],
"license": "MIT",
"main": "index.js",
"name": "scss-tokenizer",
"repository": {
"type": "git",
"url": "git+https://github.com/sasstools/scss-tokenizer.git"
},
"scripts": {
"build": "npm run clean; babel src/ --out-dir lib",
"clean": "rm lib/*",
"test": "mocha"
},
"version": "0.2.3"
}