diff options
Diffstat (limited to 'node_modules/scss-tokenizer/package.json')
-rw-r--r-- | node_modules/scss-tokenizer/package.json | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/node_modules/scss-tokenizer/package.json b/node_modules/scss-tokenizer/package.json deleted file mode 100644 index 59c3086..0000000 --- a/node_modules/scss-tokenizer/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "_from": "scss-tokenizer@^0.2.3", - "_id": "scss-tokenizer@0.2.3", - "_inBundle": false, - "_integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", - "_location": "/scss-tokenizer", - "_phantomChildren": { - "amdefine": "1.0.1" - }, - "_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/pruss/Dev/3-minute-website/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" -} |