updated sys and created publi
This commit is contained in:
+15
-47
@@ -1,52 +1,35 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "scss-tokenizer@^0.2.3",
|
||||
"scope": null,
|
||||
"escapedName": "scss-tokenizer",
|
||||
"name": "scss-tokenizer",
|
||||
"rawSpec": "^0.2.3",
|
||||
"spec": ">=0.2.3 <0.3.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/sass-graph"
|
||||
"scss-tokenizer@0.2.3",
|
||||
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
|
||||
]
|
||||
],
|
||||
"_from": "scss-tokenizer@>=0.2.3 <0.3.0",
|
||||
"_development": true,
|
||||
"_from": "scss-tokenizer@0.2.3",
|
||||
"_id": "scss-tokenizer@0.2.3",
|
||||
"_inCache": true,
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
|
||||
"_location": "/scss-tokenizer",
|
||||
"_nodeVersion": "7.6.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/scss-tokenizer-0.2.3.tgz_1494600519250_0.10013756598345935"
|
||||
},
|
||||
"_npmUser": {
|
||||
"name": "xzyfer",
|
||||
"email": "xzyfer@gmail.com"
|
||||
},
|
||||
"_npmVersion": "4.1.2",
|
||||
"_phantomChildren": {
|
||||
"amdefine": "1.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"raw": "scss-tokenizer@^0.2.3",
|
||||
"scope": null,
|
||||
"escapedName": "scss-tokenizer",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "scss-tokenizer@0.2.3",
|
||||
"name": "scss-tokenizer",
|
||||
"rawSpec": "^0.2.3",
|
||||
"spec": ">=0.2.3 <0.3.0",
|
||||
"type": "range"
|
||||
"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",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "scss-tokenizer@^0.2.3",
|
||||
"_where": "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/sass-graph",
|
||||
"_spec": "0.2.3",
|
||||
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
|
||||
"author": {
|
||||
"name": "xzyfer"
|
||||
},
|
||||
@@ -66,16 +49,10 @@
|
||||
"mocha": "^3.2.0",
|
||||
"sass-spec": "^3.5.0-1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "8eb06db9a9723333824d3f5530641149847ce5d1",
|
||||
"tarball": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "69a031e614fd948233c0583a29a3e764c2f90bc9",
|
||||
"homepage": "https://github.com/sasstools/scss-tokenizer",
|
||||
"keywords": [
|
||||
"parser",
|
||||
@@ -86,16 +63,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "xzyfer",
|
||||
"email": "xzyfer@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "scss-tokenizer",
|
||||
"optionalDependencies": {},
|
||||
"readme": "# scss-tokenizer\nA tokenzier for Sass' SCSS syntax\n\n\n\n\n\n\n# Install\n\n```\nnpm install scss-tokenizer\n```\n\n# Usage\n\n```js\nvar scss = require('scss-tokenizer');\nscss.tokenize(css);\n```\n\n# API\n\n### `tokenize`\n\nTokenizes source `css` and returns an ordered array of tokens with positional\ndata.\n\n```js\nvar tokenizer = require('scss-tokenizer');\nvar tokens = tokenize.tokenize(css);\n```\n\nArguments:\n\n* `css (string|#toString)`: String with input CSS or any object\n with `toString()` method, like file stream.\n* `opts (object) optional`: options:\n * `from`: the path to the source CSS file. You should always set `from`,\n because it is used in map generation and in syntax error messages.\n\n# Test\n\n```\nnpm test\n```\n\n## Attribution\n\nThis project started as a fork of the [PostCSS](https://github.com/postcss/postcss) tokenizer.\n",
|
||||
"readmeFilename": "README.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sasstools/scss-tokenizer.git"
|
||||
|
||||
Reference in New Issue
Block a user