{
	"name": "css-tree",
	"versions": {
		"1.0.0-alpha": {
			"name": "css-tree",
			"version": "1.0.0-alpha",
			"description": "Detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/parser",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/parser.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/parser/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"docs",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "1326b7751109e59c195aa047f7ef32af722e921b",
			"_id": "css-tree@1.0.0-alpha",
			"_shasum": "64e87ddebd61aba3d9a1f95e80f180e5042be189",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "64e87ddebd61aba3d9a1f95e80f180e5042be189",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha.tgz_1473708851891_0.5373753695748746"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha2": {
			"name": "css-tree",
			"version": "1.0.0-alpha2",
			"description": "Detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/parser",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/parser.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/parser/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "f48e93cc2e3639d3297e48121f4e0621555229d9",
			"_id": "css-tree@1.0.0-alpha2",
			"_shasum": "ade8e8690ffbc3eed243daf1d11d2573ad93ad4f",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "ade8e8690ffbc3eed243daf1d11d2573ad93ad4f",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha2.tgz_1473807253387_0.12290984042920172"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha3": {
			"name": "css-tree",
			"version": "1.0.0-alpha3",
			"description": "Detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/parser",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/parser.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/parser/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "44c3f1e862db5e3136d98761f03c12d3abe82cfa",
			"_id": "css-tree@1.0.0-alpha3",
			"_shasum": "0c501f16a258d54707f857e5f8ac037a3826edec",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "0c501f16a258d54707f857e5f8ac037a3826edec",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha3.tgz_1474056409613_0.9860487575642765"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha4": {
			"name": "css-tree",
			"version": "1.0.0-alpha4",
			"description": "Detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "8d4fbb0d57bd849da5c33c272637b3ed1aac817e",
			"_id": "css-tree@1.0.0-alpha4",
			"_shasum": "59728df1c8e6d1b20cce6bb4b47010710c38481a",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "59728df1c8e6d1b20cce6bb4b47010710c38481a",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha4.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha4.tgz_1474250103671_0.8002749788574874"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha5": {
			"name": "css-tree",
			"version": "1.0.0-alpha5",
			"description": "Detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "0bab7747eb936f91804d2fafb58b240f08b34413",
			"_id": "css-tree@1.0.0-alpha5",
			"_shasum": "37aa1c0ba1e7be5308f4bb48004fbc0bf7ff9dd0",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "37aa1c0ba1e7be5308f4bb48004fbc0bf7ff9dd0",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha5.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha5.tgz_1474287227296_0.0003503125626593828"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha6": {
			"name": "css-tree",
			"version": "1.0.0-alpha6",
			"description": "Detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "02716e98299ef5e824bdc0ea1956ec6ce14a80c5",
			"_id": "css-tree@1.0.0-alpha6",
			"_shasum": "c2751da7d043e415807765802de3d6dc72a9e2a1",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "c2751da7d043e415807765802de3d6dc72a9e2a1",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha6.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha6.tgz_1474589681889_0.8970893358346075"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha7": {
			"name": "css-tree",
			"version": "1.0.0-alpha7",
			"description": "Detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "0577756a26185a90c0b2cff892b67fc28cac2c83",
			"_id": "css-tree@1.0.0-alpha7",
			"_shasum": "1b967d8c6bf98e434a03065fe48c24afab86832b",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "1b967d8c6bf98e434a03065fe48c24afab86832b",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha7.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha7.tgz_1475884635134_0.11878233682364225"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha8": {
			"name": "css-tree",
			"version": "1.0.0-alpha8",
			"description": "Detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/csstree/csstree"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "d7bb0dfbcef58a98d46b471e02a0f7b3940f4c5b",
			"_id": "css-tree@1.0.0-alpha8",
			"_shasum": "a27e12fa5fb08fca3ad722c973beaf9943c62eec",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.8.1",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "a27e12fa5fb08fca3ad722c973beaf9943c62eec",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha8.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha8.tgz_1478168879643_0.43153437483124435"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha9": {
			"name": "css-tree",
			"version": "1.0.0-alpha9",
			"description": "Detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/csstree/csstree"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "532d7574553419e4a27bd90c071b4b4b70ec30a6",
			"_id": "css-tree@1.0.0-alpha9",
			"_shasum": "6ee3e397b569eef32419286c86e3e8b65fcaf3e3",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.8.1",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "6ee3e397b569eef32419286c86e3e8b65fcaf3e3",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha9.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha9.tgz_1482319765150_0.8120111576281488"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha10": {
			"name": "css-tree",
			"version": "1.0.0-alpha10",
			"description": "Detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/csstree/csstree"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "e1c19554a44425a34595d95b1a10b33f0bd27e48",
			"_id": "css-tree@1.0.0-alpha10",
			"_shasum": "7f76e01b5ae452c0b95c811ad053a0bb69ffe98e",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.8.1",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "7f76e01b5ae452c0b95c811ad053a0bb69ffe98e",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha10.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha10.tgz_1484177617534_0.6551562217064202"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha11": {
			"name": "css-tree",
			"version": "1.0.0-alpha11",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/csstree/csstree"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "e6671e5571cdd8ebd2071fc2af44895eddd1ff34",
			"_id": "css-tree@1.0.0-alpha11",
			"_shasum": "41d17f2f64063fff8264ad33de4084aa0b61e175",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "41d17f2f64063fff8264ad33de4084aa0b61e175",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha11.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha11.tgz_1484756736136_0.367774342186749"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha12": {
			"name": "css-tree",
			"version": "1.0.0-alpha12",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/csstree/csstree"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "86c802b8918192947190147bfebbfff3930c676c",
			"_id": "css-tree@1.0.0-alpha12",
			"_shasum": "0f0eddd8c5dd21cc751ef813eebe9b5df752bad1",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.8.1",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "0f0eddd8c5dd21cc751ef813eebe9b5df752bad1",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha12.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha12.tgz_1484848087504_0.8435024041682482"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha13": {
			"name": "css-tree",
			"version": "1.0.0-alpha13",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/csstree/csstree"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter dot",
				"coverage": "istanbul cover _mocha -- -R dot",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "a99f399e92acff4e993067d8a8bc265d35962f4c",
			"_id": "css-tree@1.0.0-alpha13",
			"_shasum": "b52c75572a01994fe125c841f333f03a11bddb57",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "b52c75572a01994fe125c841f333f03a11bddb57",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha13.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha13.tgz_1484860142234_0.9570205574855208"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha14": {
			"name": "css-tree",
			"version": "1.0.0-alpha14",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/csstree/csstree"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter progress",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "15f57159ae1a9960257d3e8f33bd3c200a5d38d5",
			"_id": "css-tree@1.0.0-alpha14",
			"_shasum": "513941c6763161c7c63d054452a02c296011811e",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.8.1",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "513941c6763161c7c63d054452a02c296011811e",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha14.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha14.tgz_1486138841363_0.163177591515705"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha15": {
			"name": "css-tree",
			"version": "1.0.0-alpha15",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter progress",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "d3da49c4b73733aefe56e6740de6f189805cdb34",
			"_id": "css-tree@1.0.0-alpha15",
			"_shasum": "60fb5d06bb5bc003bd92a6fe7f313cb87aef8cd2",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "6.8.1",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "60fb5d06bb5bc003bd92a6fe7f313cb87aef8cd2",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha15.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha15.tgz_1486597789189_0.15721736825071275"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha16": {
			"name": "css-tree",
			"version": "1.0.0-alpha16",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"gen:syntax": "node scripts/gen-syntax-data.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"codestyle-and-test": "npm run codestyle && npm test",
				"codestyle": "jscs data lib scripts test && eslint data lib scripts test",
				"test": "mocha --reporter progress",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run codestyle-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "d273a1d820ef963d1f87fca5127492de99a40a29",
			"_id": "css-tree@1.0.0-alpha16",
			"_shasum": "6cb2cdff6947259dfdaf790626333a862de948b0",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "6.8.1",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "6cb2cdff6947259dfdaf790626333a862de948b0",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha16.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha16.tgz_1486944129813_0.13880839152261615"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha17": {
			"name": "css-tree",
			"version": "1.0.0-alpha17",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/csstree/csstree"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data.js && node scripts/update-ast-docs.js",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "3feb509ead50ec53b2dba8dd0ed1b15a204aee11",
			"_id": "css-tree@1.0.0-alpha17",
			"_shasum": "7ab95ab72c533917af8be54313fec81841c5223a",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.5.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "7ab95ab72c533917af8be54313fec81841c5223a",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha17.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha17.tgz_1489435944826_0.9912604768760502"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha18": {
			"name": "css-tree",
			"version": "1.0.0-alpha18",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data.js && node scripts/update-ast-docs.js",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "a52a5afceecd9ab51914edbfabf0356e1098d066",
			"_id": "css-tree@1.0.0-alpha18",
			"_shasum": "34d147ed42581d05b4e1939750e57558125375fc",
			"_from": ".",
			"_npmVersion": "4.4.4",
			"_nodeVersion": "6.8.1",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "34d147ed42581d05b4e1939750e57558125375fc",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha18.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha18.tgz_1491254049577_0.29768836218863726"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha19": {
			"name": "css-tree",
			"version": "1.0.0-alpha19",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data.js && node scripts/update-ast-docs.js",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "d068ec606f831b965f40873fda7b98bb316223e7",
			"_id": "css-tree@1.0.0-alpha19",
			"_shasum": "949aa846c2c15b3979792e8fce05f6b6e3ebcad4",
			"_from": ".",
			"_npmVersion": "4.5.0",
			"_nodeVersion": "6.8.1",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "949aa846c2c15b3979792e8fce05f6b6e3ebcad4",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha19.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-tree-1.0.0-alpha19.tgz_1493078327712_0.5519534272607416"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha20": {
			"name": "css-tree",
			"version": "1.0.0-alpha20",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test",
				"update:docs": "node scripts/update-docs.js",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data.js && npm run update:docs",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "^1.0.0",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "f89a68e705f0dc31c844f0d143c1ecb5e6c9eb6f",
			"_id": "css-tree@1.0.0-alpha20",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.1.2",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"integrity": "sha512-nbCTTl7iq7K6yOXKV3gC4WUkhv/K9cWXOLzs29y6f6ICa+x8pfxYcnHj1whAqxl+GXqr/Tz6tQhxSihlNT5Cmg==",
				"shasum": "453ab6d18c63b1e5cf721647e6161ed26491cf18",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha20.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree-1.0.0-alpha20.tgz_1503930760533_0.08760887384414673"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha21": {
			"name": "css-tree",
			"version": "1.0.0-alpha21",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "^1.0.0",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "0fb29d86b9b36b59f3aa265f09b81f80095e6afb",
			"_id": "css-tree@1.0.0-alpha21",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.1.2",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"integrity": "sha512-tO3Zm1DukN7n723RXLxpyBxN4QvZmEbuCa2noDoLOyr4lAV5RaUqd55mvYVaAaBqLsxlG42bCavOZ/WDCVudkA==",
				"shasum": "65614a9216a2e4d009447f56f53ae26c8ddb1b33",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha21.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree-1.0.0-alpha21.tgz_1504570381744_0.027600710978731513"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha22": {
			"name": "css-tree",
			"version": "1.0.0-alpha22",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "^1.0.0",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "ec7350a393a6cb8df544a0dea118f57b1efc89c4",
			"_id": "css-tree@1.0.0-alpha22",
			"_shasum": "338a006e331c7b4f9dab7b6af539ece56ff78af2",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "338a006e331c7b4f9dab7b6af539ece56ff78af2",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha22.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree-1.0.0-alpha22.tgz_1504833044528_0.07557611726224422"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha23": {
			"name": "css-tree",
			"version": "1.0.0-alpha23",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "^1.0.0",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "8dce690c3e06b06735683bfeb39ff9e45c994c35",
			"_id": "css-tree@1.0.0-alpha23",
			"_shasum": "5129518def61e99931d9a3397c3d6758af2ff0c5",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "5129518def61e99931d9a3397c3d6758af2ff0c5",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha23.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree-1.0.0-alpha23.tgz_1505076921617_0.14380598673596978"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha24": {
			"name": "css-tree",
			"version": "1.0.0-alpha24",
			"description": "Fast detailed CSS parser",
			"keywords": [
				"css",
				"parser",
				"ast"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "^1.0.0",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^1.2.15",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/csssyntax.js",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "3c82133badeb04d6ad45a8dba351bc82bafbc2d0",
			"_id": "css-tree@1.0.0-alpha24",
			"_shasum": "869911837755e8b81c48efb4359a7f88521127fe",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "869911837755e8b81c48efb4359a7f88521127fe",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha24.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree-1.0.0-alpha24.tgz_1505421430260_0.7809536843560636"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha25": {
			"name": "css-tree",
			"version": "1.0.0-alpha25",
			"description": "Fast detailed CSS parser and related tools",
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "^1.0.0",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "2.0.0-alpha1.3",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/default-syntax.json",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "622944da7b60a5be3c94e46fa396749e7f7e7d90",
			"_id": "css-tree@1.0.0-alpha25",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"integrity": "sha512-XC6xLW/JqIGirnZuUWHXCHRaAjje2b3OIB0Vj5RIJo6mIi/AdJo30quQl5LxUl0gkXDIrTrFGbMlcZjyFplz1A==",
				"shasum": "1bbfabfbf6eeef4f01d9108ff2edd0be2fe35597",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha25.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree-1.0.0-alpha25.tgz_1507591977524_0.24187158746644855"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha.26": {
			"name": "css-tree",
			"version": "1.0.0-alpha.26",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "^1.0.0",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "~2.0.1",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/default-syntax.json",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "d0b52791770ccf1bc9ee61c000537558f6ca15d6",
			"_id": "css-tree@1.0.0-alpha.26",
			"_shasum": "690bee3458fb5b6b7000553983c8c30876da0b3e",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.5",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"shasum": "690bee3458fb5b6b7000553983c8c30876da0b3e",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.26.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree-1.0.0-alpha.26.tgz_1510271879360_0.19416920351795852"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha.27": {
			"name": "css-tree",
			"version": "1.0.0-alpha.27",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "^1.0.0",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "~2.0.1",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/default-syntax.json",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "5a567c5fc67e710097ae4a355c8d1bf166c88224",
			"_id": "css-tree@1.0.0-alpha.27",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.8.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"integrity": "sha512-BAYp9FyN4jLXjfvRpTDchBllDptqlK9I7OsagXCG9Am5C+5jc8eRZHgqb9x500W2OKS14MMlpQc/nmh/aA7TEQ==",
				"shasum": "f211526909c7dc940843d83b9376ed98ddb8de47",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.27.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree-1.0.0-alpha.27.tgz_1515948159063_0.6250362091232091"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-alpha.28": {
			"name": "css-tree",
			"version": "1.0.0-alpha.28",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "~1.1.0",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "~2.0.1",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/default-syntax.json",
				"docs",
				"lib",
				"HISTORY.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "73a5db2aa6a8fe4bdf4854312aff56975337e4a9",
			"_id": "css-tree@1.0.0-alpha.28",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.8.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"integrity": "sha512-joNNW1gCp3qFFzj4St6zk+Wh/NBv0vM5YbEreZk0SD4S23S+1xBKb6cLDg2uj4P4k/GUMlIm6cKIDqIG+vdt0w==",
				"shasum": "8e8968190d886c9477bc8d61e96f61af3f7ffa7f",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.28.tgz",
				"fileCount": 130,
				"unpackedSize": 602024
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.28_1519053218543_0.42442014445058107"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.29": {
			"name": "css-tree",
			"version": "1.0.0-alpha.29",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "~1.1.0",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "~2.0.1",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"files": [
				"bin",
				"data",
				"dist/csstree.js",
				"dist/default-syntax.json",
				"docs",
				"lib",
				"CHANGELOG.md",
				"LICENSE",
				"README.md"
			],
			"gitHead": "0ee02ef413bfbdcff8ddb14f07dcc80c83177c01",
			"_id": "css-tree@1.0.0-alpha.29",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "8.8.0",
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"dist": {
				"integrity": "sha512-sRNb1XydwkW9IOci6iB2xmy8IGCj6r/fr+JWitvJ2JxQRPzN3T4AGGVWCMlVmVwM1gtgALJRmGIlWv5ppnGGkg==",
				"shasum": "3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.29.tgz",
				"fileCount": 132,
				"unpackedSize": 626696,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDpVnCRA9TVsSAnZWagAAzEwP/iPwrkidWoyG/3Ettvki\nc174GQSA6AV3jXBsbo/pjfYPsgme4sBZ5Bndww6jvLPlDmdEC9vkPVCcP2Zy\n2PRbUW0a7BR8Pq78OF523drZ/6x/1rkRrmzY6iedafIoKxJ7/s1EGiocwuqw\nJ6xiVBka7oMxGipW8QL3Byt2XKFyoy0zA364odwr7V4pZ8s4/sEN7d8v/fSB\nn9jdULTheocQnZUg/xYng95PBEkTyUuZaMMo3S9rznLeIQTHZI1Yd20rZsRf\nC1+VQSQYCrByIPaLxgPMFfyHk5LhbtK7wEyvb9OsbylkjDr3Gz20mxpFcN7m\nI9qw6yeIB1Fjmg5gXS0UbJM3y3YrpR1bA4Lu9R79O5WBnc7s/vD9wGyUhxGx\nE/gnAkhfLPRL51Agn5tA9dXMMypahTd2ZIemglmjpRdylqqp3EeM/AiLGMIS\nU/N2ekmOWyWvXOqlTCaSnWlPt0vVJrROoyQBqxP4J5+/9uM/JtJUuzs9w7W8\nioD7bVNU0ccGHxUc2b1D66OmbyJCHgWDOGBabxpMmnYYMY2qGA9WZ9dvFWKx\nSf0fBQC2fo229/bNrfdpZnN3M06vcDmoE0XHr6eGyN4Aoig2H7Kra596UXK6\nti4pE8MkxvXtZxJ37qolKc0BM9o/kEfumrDfO1XdF3yk1ySEoaz3NVubSsK6\nbMPX\r\n=qwZ0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.29_1527682406102_0.3174719493265885"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.30": {
			"name": "css-tree",
			"version": "1.0.0-alpha.30",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "~2.0.3",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^2.1.0",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"gitHead": "3d9329388898ab2b9c27251204de4c316ab7ee4b",
			"_id": "css-tree@1.0.0-alpha.30",
			"_nodeVersion": "8.15.1",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-/yR+59CTMG5yJ3yG/sLgwiz8kBqNZzkyp6T7qyg3DPTD2IJ7/bs8BRDOQfRTjvXpP2cPB8Z7AY/31597iMY4+Q==",
				"shasum": "84a4c687cc2536a60e470d41cc9b999bceebb6ed",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.30.tgz",
				"fileCount": 124,
				"unpackedSize": 606354,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHLABCRA9TVsSAnZWagAAXqkP/1sjGqpAaqkiPRy7JC6R\npJETVTj+dbupDITGaftKfZIzi3wypffVnOrYyBBuU5RSUDPduVLvgC+HF3RW\nbqhImPIeBWWWsG+Yi/ucRdoULh2BLOe9WxaaIVZjg0ELRRBq8QPWjUSQ6n1n\nOBenITU0S49LkpKZRVEKaWvyKPrViajGXLyCLkIpnoip311vnJ6x8TKy813K\nZYIwCFMlIdCNLiMKRq85tEnE5L8lIE1F99GaZFbXYzaGizEC/4IzGZigPZUP\nTXj6gg/XLmRrIMineS4V3R7AVkDqWMNMZ41iB+ZWtT8DauYmHnymUldu8U74\nKaL7lgi5l7m1n4I4McWJXr0vIliqTzfFwDrET+dQeMQYHb/SlKdc3X8RIXxV\nGedWkN8HUqm6D6GXBhhutDUzNPD5vGfdzygARjXFe8drpw93/D09QbxokxQO\nyAmKhA3tnFfJu4xRw0YmUQq5fpsBne4Va8fh7lCaYW2DRnPvjtxIHPAXOGuq\nkWBwuaXDdP8hm8r6/XKrzDgFfzqQmwm6nLWmlxcvC9TVV7BwmkCqrLRM/XQz\nEFl3ZoSy8A3yYeWV3R0nCZZi86H0a8cqi44EFN3dzYTy2AcmRXEW0chNO871\n/KLUCnccIgA7nf1s6igMXP6Gt9JSH5HBtmnVuXoVkBTGAhfWTHSLjVjri/e/\nJbJA\r\n=kkPL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.30_1562161152540_0.9505754539988143"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.31": {
			"name": "css-tree",
			"version": "1.0.0-alpha.31",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "2.0.4",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^2.1.0",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"gitHead": "9447bc15fa8ad7c4203838ffb6b0de8e25942c6c",
			"_id": "css-tree@1.0.0-alpha.31",
			"_nodeVersion": "8.16.0",
			"_npmVersion": "6.10.0",
			"dist": {
				"integrity": "sha512-FSOxWGZzajWgLMtxfLfTtCTjbCyn4nq0rbZyNZANu3GBZuUbqZAe6O/wFV5o5BMp3aBtHNYRsy+ABWD6GfB7AA==",
				"shasum": "abad61a391d3bd18d219ce1cf0766efcd670ef2d",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.31.tgz",
				"fileCount": 124,
				"unpackedSize": 616172,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJyQkCRA9TVsSAnZWagAAfQMP/0m7g7CGvxTnWI9p6BKP\nLSOzhOPxuvD4UsnSvu8dUGy9tHZx+ri82IANcReDGq8Hayh8Z0DyvYxCS2NW\nBX8wNeUSAf6YN68IaacNA7NPIplM+M+E43g07Xv78jl4c/ta0TWfqeSvkp19\ndKUvPNlzEuDJibO6eyhh2dHwD0fdbMEXo0R18SN6nC32oiLPQwIjYMoD43Vo\n/BuzdhzvxvbrLg9+4c4Xcf1J+7GI8l0eNKIUqXt5xB7TWDI8sOxhIP8tq0KV\nkOv3CT+tshlxaKXs8HGjMkgxZmwFKuwrN8PO0RxvHQq17x0bnAIaDzS0DG+S\nC9WdYKD+DH4TUfeYS9ewIsvTi1ljF78n8yM9iGz9rbm20hoGWqLyNJavk27c\nfd10NrAz9WyAPaHs1Zc9QhBI6jdK51T6VvUaBtftip2Evb4CyjGVAiYSJBn2\nqWL5OcXR8OmGSP9yDtETWG4RZ5TGxmHhb6D6KDd+9BfptR0VEiMh9koEiaXv\n231FST1ZPGUziAUenoOGbo4XAklM8b5DwtHchMnyhHVyrKvD6knl2RE9j2ob\nNc2AAWdmFf/94YUjyo8U8WlfqjhdFI9oQp78qEWR4jspGW3cFOzySzYJglTj\nW66jYmIxJfLzba+eD+L1n0zF+Cp3RVbfQW/3jTmEqX7ywqrg+kPVqHnzBwYU\notOm\r\n=MAvh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.31_1562846243908_0.3493264652385788"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.32": {
			"name": "css-tree",
			"version": "1.0.0-alpha.32",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "2.0.4",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^2.1.0",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"gitHead": "ac0b175373c7e9271b85cdec25bc1c7040b84da0",
			"_id": "css-tree@1.0.0-alpha.32",
			"_nodeVersion": "8.16.0",
			"_npmVersion": "6.10.0",
			"dist": {
				"integrity": "sha512-4Kw4GxOl9OD2hWuATVufb9Ej3WRx01z1KrvV8/tRq9FShMpZ2+CYSjXm8XULHp0Oc9fuoQ47Ap+gqkzoQfVzbw==",
				"shasum": "03747995109a74c350779844aa4454dfd7f199f1",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.32.tgz",
				"fileCount": 124,
				"unpackedSize": 615610,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJ0I5CRA9TVsSAnZWagAA7/sP/j/IqFkUJ02SH+4Co+LQ\npgFeo4EG0NcpSgwsgE9F/IYHJ0SnG8nRNRGnbVqwrsLSvAuhbxyLE4PGH0vh\nrcScRA5Dn2duovsMY0zAQI8u8VK9ge30vquLGr/sporwjwvd3r5FB4pb+TEY\nDynOcFVnuoDjqsXdoL0OTN7JvuGh6kQOofL6bnRMlh9IhBk3n4/zkuiAqICc\nMYvHAs47oA9rfKWI581nyeECRyfrSRhdGHEsDQe6eOZe+M1TjcxAIEx3DvKO\nlJn06ELpJtor+0UsWasuZbt5Y0t+CyeYTpMa9T6MUtfArS7xP7yeZJEKNqT/\nJ3pjzl5pXY+ZvWD29txdHzVVS7lQ2epaJw0HMQCAXjjq6TGbfjNTIDqRB50F\nHjA04eU6pkhrHPcqLzFeU3xo1hGdQ7zvk80nCuQ+HnQOtMUZaL98uoZ36GIX\nm2OT+rQLh00BxmD3Fb2Evkg4CoMljiOE/EOk2sXSahrv/VB2A8Oi3u6mU/9z\n59djGrjuFmwXpmxE9UzCTb9bZsnmRwPIBm1iPG4MOpDyjGptBuvpw9pYRTHr\nUlpuorkg03hpxMem9ZGbIro3FK2tg2UKeGCLVXorslu71aPJaOassRseEuHN\nQt2ZU6+va6N4o2rckLnuZxLrD6TdoO9uZDifuiIPV8cJ4pkebdVr/6qh5kJv\nNFmF\r\n=VXVm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.32_1562853944880_0.3829911986926242"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.33": {
			"name": "css-tree",
			"version": "1.0.0-alpha.33",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "2.0.4",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^2.1.0",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"gitHead": "30ed565f5fab75b1f41f379b5d4afe83fb4cd1ba",
			"_id": "css-tree@1.0.0-alpha.33",
			"_nodeVersion": "8.16.0",
			"_npmVersion": "6.10.0",
			"dist": {
				"integrity": "sha512-SPt57bh5nQnpsTBsx/IXbO14sRc9xXu5MtMAVuo0BaQQmyf0NupNPPSoMaqiAF5tDFafYsTkfeH4Q/HCKXkg4w==",
				"shasum": "970e20e5a91f7a378ddd0fc58d0b6c8d4f3be93e",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.33.tgz",
				"fileCount": 124,
				"unpackedSize": 615164,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJ58ICRA9TVsSAnZWagAA06MP/2qpyFoOqHJFmtJDqm6t\nTU4d0VCWlW41OUO5BiwbVQEjXpsokqWn2CoqbN3hp7IjIjCtnR+Z3CSxqE+l\nk6zYf+PGL3005n5inNyHtZXGvBz32yJxUEmBDB53qDxGbmnCi0HQdcv6TrAT\nHZj9Cu/2N0m2ROQkvulQd0VmOHsChcQHbAA8sOz5EY+cQ2puW9NqNneETQS4\nFSUsfQxypqPwvRxLCUHB1mMwBUJ3fu2YgCJFRfpJkdgkTbDEzCrU0nvR3Twr\nHnGIWUCONS0eO+ojQCmt5EkqIzyvt+6HKABbqTW1orR1LCk0vxtKtAdEbJUX\n5UoQgxBXi4a824bypaDcCWAv8XKBd7Rxni44xofh5BKh9sAu/WA4tdaFoVd2\nfNNqZjcUc253kZ9byzZwIUxnjPiLBoAG2uZ1Tv7iqiaL6MEqrXDZXTm2pIUL\nYU/zW4QNS9wqYQeklNZoJlDd9qyVa2Nv7mHeoy86GtwcSpMSliNGXphtzEu9\nBrSHNCBsKwsTEELoPU0bzIDoArifqE/uAD8FyMd3THw+7l9uWiW9LEMGF3jf\nrHW3OPi7DUqo7GkaGrLy7QzQnc8/fIH7VAsu2abo6XAHnfBXIJkp+11y/hfV\npRkkuC1aZmT7GKc1bvOHACT5eIJUEvTU/9F+GXp/pY7pPfa3KhhD3GpZpRPH\neQ/R\r\n=n+JZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.33_1562877703313_0.8481237196894551"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.34": {
			"name": "css-tree",
			"version": "1.0.0-alpha.34",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"homepage": "https://github.com/csstree/csstree",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublish": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "2.0.4",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^2.1.0",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"gitHead": "138c56ccfb7cced18668d38a3b1e1d43e4e22f37",
			"_id": "css-tree@1.0.0-alpha.34",
			"_nodeVersion": "8.16.0",
			"_npmVersion": "6.10.0",
			"dist": {
				"integrity": "sha512-JMKJi4h8WkQ+HPjsCUvFnIhGF0I7Jr+J4a+NcHOApyGIBjvx4/hbhk+oKMXydv+OCmVyKBp0hqhHpj5Z61tyMg==",
				"shasum": "9b3a774cce553391604e62276670518e670c0b27",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.34.tgz",
				"fileCount": 124,
				"unpackedSize": 610834,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdO25fCRA9TVsSAnZWagAA8g4QAIYYRtLxpTOT9LysTOyw\nOLYApnPJPy5QFi3SueltX7ylLwV6QH8XpNPThz7QA/PBCAlxhyQlxkLCKjGi\nyxhqXsKnI06JNraAZkcq0vx41+2YKSIqwuio2CYXVJVHFsop8zj98AGY/FMg\ng328cqlo8WvFWi7soAjmvtAypJsG1TYpAIs7SUf1NRHfrOY0t6KHQmGoipQt\n25blHVc6mNb/Nr/nNGaYHa+P568GxE7kxc543dxX0VEOXPCj9TmZQw5T4WgA\nUqIHxEeELakxDgvyYYvkg3sRf0K/UG/QgsDNuV4BErI3BIb4eRj12Zryc5C2\nftlbQdWJMepXbtzEO9zRTZ2k0TwTSV+Le83kL4I+EUw0/YwmZVhRrIBMayTg\nTlLeZxPj89OXknaMFcnFzeAyz6/7wtH5yME8v7ChGQks2TEWHKRqbVDQi8NA\nIM5H61m0g67e7Li+5Sq9NfBIbWBKhxk3hjoqv7ROSSSXM7WyxqluA6H2ks5p\nSy68xAKDeQpqbKQ6PfOFOEl8Egg84PBGXJRdQ7RE3ff2+2IoBJnxQMqS26QC\njs657828AS2ysddt2TqNpyH7eGaX0PhFPXqrvgLS9/TAcEPZVXEz4I2wy8Ab\nh54sGB9qA4/CLbA50hDzRPcZpe1LmaIh5il2Xhy+sxYQA7nPODo3YaB/blIq\nlMF9\r\n=SyVw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.34_1564175966827_0.9553900153020181"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.35": {
			"name": "css-tree",
			"version": "1.0.0-alpha.35",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"eslintConfig": {
				"env": {
					"node": true,
					"mocha": true,
					"es6": true
				},
				"rules": {
					"no-duplicate-case": 2,
					"no-undef": 2,
					"no-unused-vars": [
						2,
						{
							"vars": "all",
							"args": "after-used"
						}
					]
				}
			},
			"scripts": {
				"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"update:docs": "node scripts/update-docs",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js",
				"lint-and-test": "npm run lint && npm test",
				"test": "mocha --reporter progress",
				"gen:syntax": "node scripts/gen-syntax-data",
				"coverage": "istanbul cover _mocha -- -R min",
				"prepublishOnly": "npm run build",
				"travis": "npm run lint-and-test && npm run coveralls",
				"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "2.0.4",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"coveralls": "^2.11.6",
				"eslint": "^2.13.1",
				"istanbul": "^0.4.2",
				"jscs": "~3.0.7",
				"json-to-ast": "^2.1.0",
				"mocha": "^3.0.2",
				"uglify-js": "^2.6.1"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"gitHead": "18167c99abca538a391475fc339a957d3fcce5ea",
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"homepage": "https://github.com/csstree/csstree#readme",
			"_id": "css-tree@1.0.0-alpha.35",
			"_nodeVersion": "8.16.0",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-QvPkIqrXSgJQBrsZGjU74CjPv8GwTN48SiIsPhc5UNNhWokJ85Uvq+jPw5iMZcs24FL0Wj1+kxST/T5usdX5wA==",
				"shasum": "ae2f75439a5221edd947b7beaa4d5ba76c9328e8",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.35.tgz",
				"fileCount": 124,
				"unpackedSize": 612089,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdm3BNCRA9TVsSAnZWagAAtkcP/jbcbFjyznmTBdXtgC4Z\n/IXZRNYBWwu6tRz8aydSpYrcC9koKUVTo7ubYlLG7qv5q/NjpqhXNd7Gm4lR\nrZJ7v8UqfyfufU186ucoPkl4dmErCgrH3tQyg00XGKLeUEi+Lq1lcN3SxH+l\n1JWq2BRU1+cDCms8BZ4RpzyPI2Snhs/owZaQuWCEP5Tf5IzFPt1INpH9n9GZ\n/F6aswfekp6MKBrq90uRDjFTC0MMYQl//GJNd0rzh4C1O8GjaN+UN491A44u\nq6obiZ2DwpicuxNhMxtZ0FMTjQrcwJZMpGkVPAABwuKODU9a0WUkIyOWyd+9\nFTWdz+4lwQ7C+hfwPmfG7iFIMp/Hl/H/+a5+nohraya7aAhHu2WaTVGm/PZw\nKKfhd2ITpOE6mp+ZdNE7MDZIe/A3dXlykBCFxCqV0dAybluOFSW/FlouCRwF\nKOIVZk752Bz0JRVfjtcPQER1VyCLLJYIxuTizgr8YoZv450fMa2iB0gAdfhV\n3EDcZiJLtHP2SKpjDzd2eduz4k6OK2UT/1SI129swp1cqM9yC1JHZMKG2PcG\nhTnMxzpggkwKxt1FOtupOwB6yysHoUHOEtP2a1E18viJl8aVeyvsK5p+4q4j\nuGv3VgJFY8g4JiglIa0I/uxHK95gQ6uPduDmwHRIzXrPwI7m9s0eB7FLQSqg\nFadd\r\n=IAm+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.35_1570467916377_0.5549699352702611"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.36": {
			"name": "css-tree",
			"version": "1.0.0-alpha.36",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"scripts": {
				"build": "npm run gen:syntax && rollup --config && terser dist/csstree.js --compress --mangle -o dist/csstree.min.js",
				"lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"lint-and-test": "npm run lint && npm test",
				"update:docs": "node scripts/update-docs",
				"gen:syntax": "node scripts/gen-syntax-data",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"test": "mocha --reporter progress",
				"coverage": "nyc npm test",
				"travis": "nyc npm run lint-and-test && npm run coveralls",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"prepublishOnly": "npm run build",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "2.0.4",
				"source-map": "^0.5.3"
			},
			"devDependencies": {
				"coveralls": "^3.0.4",
				"eslint": "^6.3.0",
				"json-to-ast": "^2.1.0",
				"mocha": "^5.2.0",
				"nyc": "^14.1.1",
				"rollup": "^1.22.0",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-json": "^4.0.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"terser": "^4.3.4"
			},
			"engines": {
				"node": ">=8.0.0"
			},
			"gitHead": "bef6e6fb2d75776f52180acc90192c7e75604926",
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"homepage": "https://github.com/csstree/csstree#readme",
			"_id": "css-tree@1.0.0-alpha.36",
			"_nodeVersion": "8.16.0",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-AFAFvEOaB8NPmPtSIy1wVyD6K1bC8YBc07BYTCmeB3EbQUqKBU/TUIbJGSgDWbrHPX1a6QsJExx7rd6mzagK0w==",
				"shasum": "48a848ecad1859c9d005bf900ce58a3465987954",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.36.tgz",
				"fileCount": 125,
				"unpackedSize": 990791,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdo5TwCRA9TVsSAnZWagAAkOUP/0DPfRrsde9zLAC6SZjH\nMt/c+QzyBS7+JJ5cJIZmdKTmGksTPoYmIdVjr+M4T4Eu41slDObDRVxwVdXe\nbDPGhZYySnMQp3p+jk5tHwYJcrNPu+jfnuF4mcIdncC0EWW6exocDCNBxp97\nVdqHZepWdmAmUpcOHZuIYFnQLvvX7LZ8WzXDw/Vy5kCZXuWEfG8tbm0CrC2M\nR4q4f52op3wSpA07qIJOIntvrl0GcQ5u9+5cToxKstwqhbohMdjIcyYXGH47\nDhpkGRA1HshrzPqUg2cQrLQx+/1Z+aNY1d4j8eoE/DfxtNzDRafqLQgNO2Vl\nAED1IUUY8Wseq7Zuno75aDPT0ARJwyyz/qeZRyltGy63yeSuInArHFYqcyqI\ny2aOqFooLPCdVl7n229TPCUvws4pIaqHP6qwqX0yXxDfCQLj9r9xeeOt9v3d\ndrYOwidavou4SMv8DCw/e+JYgyymVnMz7ZBs6o8C4eFFoQ8mKsAE4AqLkTek\nkXewl22QMUGzs3F14iPdfg6ErlqExy2kUAT3L0QkCX10O12QgQ/CMbDN5GFv\nd4fOkn/2KdYKq2htjL53QCvYMiLy2x6w9DgAlR/3EVfMNah39DDLF3rmL6OA\nRGO1QyF9llL7Ds1lN/WE0SCKPTp91ley7b+facJjymQwhQUul/DxUaL8fPvz\nXyd5\r\n=d9oL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.36_1571001584148_0.6402298346214419"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.37": {
			"name": "css-tree",
			"version": "1.0.0-alpha.37",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"scripts": {
				"build": "npm run gen:syntax && rollup --config && terser dist/csstree.js --compress --mangle -o dist/csstree.min.js",
				"lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"lint-and-test": "npm run lint && npm test",
				"update:docs": "node scripts/update-docs",
				"gen:syntax": "node scripts/gen-syntax-data",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"test": "mocha --reporter progress",
				"coverage": "nyc npm test",
				"travis": "nyc npm run lint-and-test && npm run coveralls",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"prepublishOnly": "npm run build",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "2.0.4",
				"source-map": "^0.6.1"
			},
			"devDependencies": {
				"coveralls": "^3.0.4",
				"eslint": "^6.3.0",
				"json-to-ast": "^2.1.0",
				"mocha": "^5.2.0",
				"nyc": "^14.1.1",
				"rollup": "^1.22.0",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-json": "^4.0.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"terser": "^4.3.4"
			},
			"engines": {
				"node": ">=8.0.0"
			},
			"gitHead": "7161e8d565c54f3339eb8c9643003a44a6f62bc5",
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"homepage": "https://github.com/csstree/csstree#readme",
			"_id": "css-tree@1.0.0-alpha.37",
			"_nodeVersion": "10.17.0",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
				"shasum": "98bebd62c4c1d9f960ec340cf9f7522e30709a22",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
				"fileCount": 125,
				"unpackedSize": 994761,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdr423CRA9TVsSAnZWagAAtiUP/R78sFuQp15yZnRTVvSy\nBnUBqztyhTfk820og5fnXnHLSh5jZTdyyB70VB+F1Jeo/N9gSVPdzeYgp/Qm\nunyiiYD1lBz+lA7DLCGYiMiw67J4Vpx29KsjXJEWP+EHi3Zkicpp7Al4SzEm\nkWLvM8wvEjRlA1rfZ/FQM6hyF36PPn7GrlPmLzznkl5p6QxdiZDmZUjHL3Lt\n8Nh1c0fmq3MthKU25x2EeHUTP0PPzmOTMnCa62GDDpkIOlx4pwvFSX22H6ph\nKAcjdt9RCNbk3umxKXDfJxppjCH2ZJOpnJZptsHkxcSLFI9C4jVEmq0tKVsX\nPgcLwN3X9btoP7b/S9EdJ6+GAcTuHC1o8LvXy+CcBpMaySsa2uv2RsMWsh12\n0uUcRRVvh9gL9MYg9A2+SiwOQ77kAImTbyNgfIuhd1TRqp3KaL6uiSIaOAe/\nQ1/+W9JHyS1IwDKOrK6zYaSVJ+o29/XngRN5tA9O3nDU2UDZgIHKeEH/y1Ih\nlO+xHHhTFzs/dwVqBe2XSKTxHuiHrIqN6hD+xD15Ba0fG+srE52C1CWwRrsL\nKXC3BAlX3/8lKsbUMLfGQaIAt08IdKcK4dpaiZL1Td7Mj7WLoObV8RJahDEg\nd62g1u1Qb4kwHEpT1ECspB069uK8IpGWEvEoIRh49/eEDw8UlKNIbBLFqnkb\n+z5K\r\n=HrRm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.37_1571786166566_0.705744129505653"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.38": {
			"name": "css-tree",
			"version": "1.0.0-alpha.38",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"scripts": {
				"build": "npm run gen:syntax && rollup --config && terser dist/csstree.js --compress --mangle -o dist/csstree.min.js",
				"lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"lint-and-test": "npm run lint && npm test",
				"update:docs": "node scripts/update-docs",
				"gen:syntax": "node scripts/gen-syntax-data",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"test": "mocha --reporter progress",
				"coverage": "nyc npm test",
				"travis": "nyc npm run lint-and-test && npm run coveralls",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"prepublishOnly": "npm run build",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "2.0.6",
				"source-map": "^0.6.1"
			},
			"devDependencies": {
				"coveralls": "^3.0.4",
				"eslint": "^6.3.0",
				"json-to-ast": "^2.1.0",
				"mocha": "^5.2.0",
				"nyc": "^14.1.1",
				"rollup": "^1.22.0",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-json": "^4.0.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"terser": "^4.3.4"
			},
			"engines": {
				"node": ">=8.0.0"
			},
			"gitHead": "6b36169053f92a37e78664e565b6682efefc6a48",
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"homepage": "https://github.com/csstree/csstree#readme",
			"_id": "css-tree@1.0.0-alpha.38",
			"_nodeVersion": "13.1.0",
			"_npmVersion": "6.12.1",
			"dist": {
				"integrity": "sha512-pWuxS4kaECFopOc1NZff+dYdw+brc1Tt0UAuTiw56/Trtae4NdHtbDH24311UWfMmcpZe7jLy0e64ZeJg9t7bQ==",
				"shasum": "a75431f4162da84dbdb3c4804e79ad784aa7593c",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.38.tgz",
				"fileCount": 125,
				"unpackedSize": 1006677,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3FAiCRA9TVsSAnZWagAAgawP/A5Fnv4eZOcPUdl+uUxp\naXoh7+vzkHPMwj+hCrxjQF7O9LIeeSSem5a1AnvWnAtt7aA/fliISHOoaB62\nLkGRXpBqeTVa0DdoNKtRk4Q79P6RXaGzGuBcChwn4QxwOwGGxvu3sTbo3Ivd\nuOuYbCykE4JecJHQytFcHezNsw4h4GAAAcpNTcO9wCi30MyzeS0cswbU/CMQ\n/aXlgpeZtTY+6nLqp2yI/TDLc5XFJKQOrDm/li3+8PCP6COuX/tDf0knCF6W\ntxbu95KluyKyD/pARsGK6H5bG8TQSY+pSw1T336sZXlojeTbdanfa1TJQwOY\neTZkEH6wiX3kfbw1hmtvX1BtP4FeGlxYTCn3qng77StfPYFN7jAOmjZuuZ1P\n5YO2urRNB2AuiPBi7mo5gb65lHbBSoD2ECzZvyKGFKeHAcdpRHneGTJqhLyR\ns/b0Y8G0TqKZt27eKix0+31nhsxqAaZdLmpLzCCaBxGVo+6LguKHuWg2nzIV\nVh/H8GYWcrnCXR8CbSDAy3LdSo93BbiRc8fohkQ+yNF+6UuyhwaoDbYJkoh6\nrtU96dyTOEIMV0VECrzTCQkHQqDKoEjhUq86vr44PxWYFzNVGCex/H9ckS0L\naLKKXDELAUcm8eC/lsdS8YiLHbmdX4unLAr9q4KbN+pw3iuXNmhka1Ci69FW\nUWXH\r\n=BuhT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.38_1574719522078_0.6372440314809209"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.39": {
			"name": "css-tree",
			"version": "1.0.0-alpha.39",
			"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
			"author": {
				"name": "Roman Dvornov",
				"email": "rdvornov@gmail.com",
				"url": "https://github.com/lahmatiy"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstree/csstree.git"
			},
			"keywords": [
				"css",
				"ast",
				"tokenizer",
				"parser",
				"walker",
				"lexer",
				"generator",
				"utils",
				"syntax",
				"validation"
			],
			"main": "./lib/index",
			"browser": {
				"./data": "./dist/default-syntax.json"
			},
			"scripts": {
				"build": "npm run gen:syntax && rollup --config && terser dist/csstree.js --compress --mangle -o dist/csstree.min.js",
				"lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
				"lint-and-test": "npm run lint && npm test",
				"update:docs": "node scripts/update-docs",
				"gen:syntax": "node scripts/gen-syntax-data",
				"review:syntax-patch": "node scripts/review-syntax-patch",
				"test": "mocha --reporter progress",
				"coverage": "nyc npm test",
				"travis": "nyc npm run lint-and-test && npm run coveralls",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"prepublishOnly": "npm run build",
				"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
			},
			"dependencies": {
				"mdn-data": "2.0.6",
				"source-map": "^0.6.1"
			},
			"devDependencies": {
				"coveralls": "^3.0.4",
				"eslint": "^6.3.0",
				"json-to-ast": "^2.1.0",
				"mocha": "^5.2.0",
				"nyc": "^14.1.1",
				"rollup": "^1.22.0",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-json": "^4.0.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"terser": "^4.3.4"
			},
			"engines": {
				"node": ">=8.0.0"
			},
			"gitHead": "27206d7746e62d8e93dd945b54e0d9e65fc6257c",
			"bugs": {
				"url": "https://github.com/csstree/csstree/issues"
			},
			"homepage": "https://github.com/csstree/csstree#readme",
			"_id": "css-tree@1.0.0-alpha.39",
			"_nodeVersion": "8.16.0",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA==",
				"shasum": "2bff3ffe1bb3f776cf7eefd91ee5cba77a149eeb",
				"tarball": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.39.tgz",
				"fileCount": 125,
				"unpackedSize": 1005909,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6X5DCRA9TVsSAnZWagAAssoP/3cRCCnLCGfAn2+9WL+q\nwhZixgenOw+FqPmgDI41TKTA/RC8Egwu1+t3yyXQNtB+JbP70twPAe7dFL7+\nskzc5dDj6wD3mHZ/WXAwK8CkaSGsy+ptweondaAcLonrDUoc9ly0DqdRRO1R\nZIjgzmcer/2JeAegTGP9nm3QRgLk/p2D4k5+EpMeiK1OI3BwfvD9NygdIWZC\n17KKk6vFCiuIGj5elHpBcbM1YSsJmR7IZrUFgziT905ugkm1hYcfT3PWCNwL\n0SiVD8BN5OMjd3S42vQzFpSQhipmq2bgmcp5vw6t10D//4VP1A+z/K6HmnXB\neg4GZC7LQHV2Tu+SS6d2WYIz0j+RXqmXHLCHAtASWSHpQEBvMQTnADrKtxQ0\ndAH7Q1uaMhSYqa34OLhejUqaZL/5JhbZ5tTk3fBIK2FZNtPzS0unY5sQbK9r\nSbUANd5QfCBSfTxe8HmXNTXzlEawf/VWsUYk3geguM9NHnKLlCV/hkiQMj1G\nSToCnHTjHxdT6lJTPELdtGxGrWVBdaWcWKJIgRFK+mS4sQKAh3QuE1li+a1K\nAKm9eqHK10Mbc51KmS/7BOCaFfp6GXpcC7f9vyqeXaWvpa1APITd6pOJ1gjC\nJlCMP/+VLXN73G8sJEYawdZHbOP9Lm6pe8DHeccARGNyrScBkJ2NZ+76Beq9\n7IuJ\r\n=JXAj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lahmatiy",
					"email": "rdvornov@gmail.com"
				}
			],
			"_npmUser": {
				"name": "lahmatiy",
				"email": "rdvornov@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-tree_1.0.0-alpha.39_1575583298653_0.6327343529806382"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-12-05T22:01:44.898Z",
		"created": "2016-09-12T19:34:13.785Z",
		"1.0.0-alpha": "2016-09-12T19:34:13.785Z",
		"1.0.0-alpha2": "2016-09-13T22:54:15.296Z",
		"1.0.0-alpha3": "2016-09-16T20:06:51.255Z",
		"1.0.0-alpha4": "2016-09-19T01:55:05.620Z",
		"1.0.0-alpha5": "2016-09-19T12:13:49.273Z",
		"1.0.0-alpha6": "2016-09-23T00:14:43.916Z",
		"1.0.0-alpha7": "2016-10-07T23:57:15.801Z",
		"1.0.0-alpha8": "2016-11-03T10:28:00.296Z",
		"1.0.0-alpha9": "2016-12-21T11:29:27.236Z",
		"1.0.0-alpha10": "2017-01-11T23:33:39.916Z",
		"1.0.0-alpha11": "2017-01-18T16:25:38.244Z",
		"1.0.0-alpha12": "2017-01-19T17:48:08.109Z",
		"1.0.0-alpha13": "2017-01-19T21:09:02.889Z",
		"1.0.0-alpha14": "2017-02-03T16:20:43.511Z",
		"1.0.0-alpha15": "2017-02-08T23:49:51.309Z",
		"1.0.0-alpha16": "2017-02-13T00:02:11.940Z",
		"1.0.0-alpha17": "2017-03-13T20:12:26.928Z",
		"1.0.0-alpha18": "2017-04-03T21:14:11.679Z",
		"1.0.0-alpha19": "2017-04-24T23:58:49.961Z",
		"1.0.0-alpha20": "2017-08-28T14:32:43.214Z",
		"1.0.0-alpha21": "2017-09-05T00:13:03.030Z",
		"1.0.0-alpha22": "2017-09-08T01:10:45.837Z",
		"1.0.0-alpha23": "2017-09-10T20:55:22.779Z",
		"1.0.0-alpha24": "2017-09-14T20:37:11.432Z",
		"1.0.0-alpha25": "2017-10-09T23:32:58.741Z",
		"1.0.0-alpha26": "2017-11-09T23:53:04.963Z",
		"1.0.0-alpha.26": "2017-11-09T23:58:00.602Z",
		"1.0.0-alpha.27": "2018-01-14T16:42:40.286Z",
		"1.0.0-alpha.28": "2018-02-19T15:13:38.647Z",
		"1.0.0-alpha.29": "2018-05-30T12:13:26.485Z",
		"1.0.0-alpha.30": "2019-07-03T13:39:12.644Z",
		"1.0.0-alpha.31": "2019-07-11T11:57:24.130Z",
		"1.0.0-alpha.32": "2019-07-11T14:05:45.061Z",
		"1.0.0-alpha.33": "2019-07-11T20:41:43.537Z",
		"1.0.0-alpha.34": "2019-07-26T21:19:27.035Z",
		"1.0.0-alpha.35": "2019-10-07T17:05:16.507Z",
		"1.0.0-alpha.36": "2019-10-13T21:19:44.316Z",
		"1.0.0-alpha.37": "2019-10-22T23:16:06.791Z",
		"1.0.0-alpha.38": "2019-11-25T22:05:22.260Z",
		"1.0.0-alpha.39": "2019-12-05T22:01:38.848Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.0-alpha.39"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"1315b68d6a69e23a38e31ed8ae363921\"",
			"fetched": 1600679313546
		}
	},
	"_distfiles": {
		"css-tree-1.0.0-alpha.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.tgz",
			"sha": "64e87ddebd61aba3d9a1f95e80f180e5042be189",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha2.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha2.tgz",
			"sha": "ade8e8690ffbc3eed243daf1d11d2573ad93ad4f",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha3.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha3.tgz",
			"sha": "0c501f16a258d54707f857e5f8ac037a3826edec",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha4.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha4.tgz",
			"sha": "59728df1c8e6d1b20cce6bb4b47010710c38481a",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha5.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha5.tgz",
			"sha": "37aa1c0ba1e7be5308f4bb48004fbc0bf7ff9dd0",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha6.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha6.tgz",
			"sha": "c2751da7d043e415807765802de3d6dc72a9e2a1",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha7.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha7.tgz",
			"sha": "1b967d8c6bf98e434a03065fe48c24afab86832b",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha8.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha8.tgz",
			"sha": "a27e12fa5fb08fca3ad722c973beaf9943c62eec",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha9.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha9.tgz",
			"sha": "6ee3e397b569eef32419286c86e3e8b65fcaf3e3",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha10.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha10.tgz",
			"sha": "7f76e01b5ae452c0b95c811ad053a0bb69ffe98e",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha11.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha11.tgz",
			"sha": "41d17f2f64063fff8264ad33de4084aa0b61e175",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha12.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha12.tgz",
			"sha": "0f0eddd8c5dd21cc751ef813eebe9b5df752bad1",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha13.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha13.tgz",
			"sha": "b52c75572a01994fe125c841f333f03a11bddb57",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha14.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha14.tgz",
			"sha": "513941c6763161c7c63d054452a02c296011811e",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha15.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha15.tgz",
			"sha": "60fb5d06bb5bc003bd92a6fe7f313cb87aef8cd2",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha16.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha16.tgz",
			"sha": "6cb2cdff6947259dfdaf790626333a862de948b0",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha17.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha17.tgz",
			"sha": "7ab95ab72c533917af8be54313fec81841c5223a",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha18.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha18.tgz",
			"sha": "34d147ed42581d05b4e1939750e57558125375fc",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha19.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha19.tgz",
			"sha": "949aa846c2c15b3979792e8fce05f6b6e3ebcad4",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha20.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha20.tgz",
			"sha": "453ab6d18c63b1e5cf721647e6161ed26491cf18",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha21.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha21.tgz",
			"sha": "65614a9216a2e4d009447f56f53ae26c8ddb1b33",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha22.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha22.tgz",
			"sha": "338a006e331c7b4f9dab7b6af539ece56ff78af2",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha23.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha23.tgz",
			"sha": "5129518def61e99931d9a3397c3d6758af2ff0c5",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha24.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha24.tgz",
			"sha": "869911837755e8b81c48efb4359a7f88521127fe",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha25.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha25.tgz",
			"sha": "1bbfabfbf6eeef4f01d9108ff2edd0be2fe35597",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.26.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.26.tgz",
			"sha": "690bee3458fb5b6b7000553983c8c30876da0b3e",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.27.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.27.tgz",
			"sha": "f211526909c7dc940843d83b9376ed98ddb8de47",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.28.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.28.tgz",
			"sha": "8e8968190d886c9477bc8d61e96f61af3f7ffa7f",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.29.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.29.tgz",
			"sha": "3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.30.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.30.tgz",
			"sha": "84a4c687cc2536a60e470d41cc9b999bceebb6ed",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.31.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.31.tgz",
			"sha": "abad61a391d3bd18d219ce1cf0766efcd670ef2d",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.32.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.32.tgz",
			"sha": "03747995109a74c350779844aa4454dfd7f199f1",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.33.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.33.tgz",
			"sha": "970e20e5a91f7a378ddd0fc58d0b6c8d4f3be93e",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.34.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.34.tgz",
			"sha": "9b3a774cce553391604e62276670518e670c0b27",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.35.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.35.tgz",
			"sha": "ae2f75439a5221edd947b7beaa4d5ba76c9328e8",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.36.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.36.tgz",
			"sha": "48a848ecad1859c9d005bf900ce58a3465987954",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.37.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
			"sha": "98bebd62c4c1d9f960ec340cf9f7522e30709a22",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.38.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.38.tgz",
			"sha": "a75431f4162da84dbdb3c4804e79ad784aa7593c",
			"registry": "npmjs"
		},
		"css-tree-1.0.0-alpha.39.tgz": {
			"url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.39.tgz",
			"sha": "2bff3ffe1bb3f776cf7eefd91ee5cba77a149eeb",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"css-tree-1.0.0-alpha.37.tgz": {
			"shasum": "98bebd62c4c1d9f960ec340cf9f7522e30709a22"
		}
	},
	"_rev": "2-ce49aa77375bb299",
	"_id": "css-tree",
	"readme": "<img align=\"right\" width=\"111\" height=\"111\"\n     alt=\"CSSTree logo\"\n     src=\"https://cloud.githubusercontent.com/assets/270491/19243723/6f9136c6-8f21-11e6-82ac-eeeee4c6c452.png\"/>\n\n# CSSTree\n\n[![NPM version](https://img.shields.io/npm/v/css-tree.svg)](https://www.npmjs.com/package/css-tree)\n[![Build Status](https://travis-ci.org/csstree/csstree.svg?branch=master)](https://travis-ci.org/csstree/csstree)\n[![Coverage Status](https://coveralls.io/repos/github/csstree/csstree/badge.svg?branch=master)](https://coveralls.io/github/csstree/csstree?branch=master)\n[![NPM Downloads](https://img.shields.io/npm/dm/css-tree.svg)](https://www.npmjs.com/package/css-tree)\n[![Twitter](https://img.shields.io/badge/Twitter-@csstree-blue.svg)](https://twitter.com/csstree)\n\nCSSTree is a tool set to work with CSS, including [fast](https://github.com/postcss/benchmark) detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations. The main goal is to be efficient and W3C spec compliant, with focus on CSS analyzing and source-to-source transforming tasks.\n\n> NOTE: The project is in alpha stage since some parts need further improvements, AST format and API are subjects to change. However it's stable enough and used by packages like [CSSO](https://github.com/css/csso) (CSS minifier) and [SVGO](https://github.com/svg/svgo) (SVG optimizer) in production.\n\n## Features\n\n- **Detailed parsing with an adjustable level of detail**\n\n  By default CSSTree parses CSS as detailed as possible, i.e. each single logical part is representing with its own AST node (see [AST format](docs/ast.md) for all possible node types). The parsing detail level can be changed through [parser options](docs/parsing.md#parsesource-options), for example, you can disable parsing of selectors or declaration values for component parts.\n\n- **Tolerant to errors by design**\n\n  Parser behaves as [spec says](https://www.w3.org/TR/css-syntax-3/#error-handling): \"When errors occur in CSS, the parser attempts to recover gracefully, throwing away only the minimum amount of content before returning to parsing as normal\". The only thing the parser departs from the specification is that it doesn't throw away bad content, but wraps it in a special node type (`Raw`) that allows processing it later.\n\n- **Fast and efficient**\n\n  CSSTree is created with focus on performance and effective memory consumption. Therefore it's [one of the fastest CSS parsers](https://github.com/postcss/benchmark) at the moment.\n\n- **Syntax validation**\n\n  The build-in lexer can test CSS against syntaxes defined by W3C. CSSTree uses [mdn/data](https://github.com/mdn/data/) as a basis for lexer's dictionaries and extends it with vendor specific and legacy syntaxes. Lexer can only check the declaration values currently, but this feature will be extended to other parts of the CSS in the future.\n\n## Docs\n\n- [AST format](docs/ast.md)\n- [Parsing CSS into AST](docs/parsing.md)\n- [Generate CSS from AST](docs/generate.md)\n- [AST traversal](docs/traversal.md)\n- [Utils for AST](docs/utils.md)\n- [Working with definition syntax](docs/definition-syntax.md)\n\n## Tools\n\n* [AST Explorer](https://astexplorer.net/#/gist/244e2fb4da940df52bf0f4b94277db44/e79aff44611020b22cfd9708f3a99ce09b7d67a8) – explore CSSTree AST format with zero setup\n* [CSS syntax reference](https://csstree.github.io/docs/syntax.html)\n* [CSS syntax validator](https://csstree.github.io/docs/validator.html)\n\n## Related projects\n\n* [csstree-validator](https://github.com/csstree/validator) – NPM package to validate CSS\n* [stylelint-csstree-validator](https://github.com/csstree/stylelint-validator) – plugin for stylelint to validate CSS\n* [Grunt plugin](https://github.com/sergejmueller/grunt-csstree-validator)\n* [Gulp plugin](https://github.com/csstree/gulp-csstree)\n* [Sublime plugin](https://github.com/csstree/SublimeLinter-contrib-csstree)\n* [VS Code plugin](https://github.com/csstree/vscode-plugin)\n* [Atom plugin](https://github.com/csstree/atom-plugin)\n\n## Usage\n\nInstall with npm:\n\n\n```\n> npm install css-tree\n```\n\nBasic usage:\n\n```js\nvar csstree = require('css-tree');\n\n// parse CSS to AST\nvar ast = csstree.parse('.example { world: \"!\" }');\n\n// traverse AST and modify it\ncsstree.walk(ast, function(node) {\n    if (node.type === 'ClassSelector' && node.name === 'example') {\n        node.name = 'hello';\n    }\n});\n\n// generate CSS from AST\nconsole.log(csstree.generate(ast));\n// .hello{world:\"!\"}\n```\n\nSyntax matching:\n\n```js\n// parse CSS to AST as a declaration value\nvar ast = csstree.parse('red 1px solid', { context: 'value' });\n\n// march to syntax of `border` property\nvar matchResult = csstree.lexer.matchProperty('border', ast);\n\n// check first value node is a <color>\nconsole.log(matchResult.isType(ast.children.first(), 'color'));\n// true\n\n// get a type list matched to a node\nconsole.log(matchResult.getTrace(ast.children.first()));\n// [ { type: 'Property', name: 'border' },\n//   { type: 'Type', name: 'color' },\n//   { type: 'Type', name: 'named-color' },\n//   { type: 'Keyword', name: 'red' } ]\n```\n\n## Top level API\n\n![API map](https://cdn.rawgit.com/csstree/csstree/master/docs/api-map.svg)\n\n## License\n\nMIT"
}