You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
149 lines
4.2 KiB
149 lines
4.2 KiB
{ |
|
"_args": [ |
|
[ |
|
"css-tree@1.0.0-alpha.28", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/svgo" |
|
] |
|
], |
|
"_from": "css-tree@1.0.0-alpha.28", |
|
"_id": "css-tree@1.0.0-alpha.28", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/css-tree", |
|
"_nodeVersion": "8.8.0", |
|
"_npmOperationalInternal": { |
|
"host": "s3://npm-registry-packages", |
|
"tmp": "tmp/css-tree_1.0.0-alpha.28_1519053218543_0.42442014445058107" |
|
}, |
|
"_npmUser": { |
|
"email": "rdvornov@gmail.com", |
|
"name": "lahmatiy" |
|
}, |
|
"_npmVersion": "5.6.0", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "css-tree", |
|
"raw": "css-tree@1.0.0-alpha.28", |
|
"rawSpec": "1.0.0-alpha.28", |
|
"scope": null, |
|
"spec": "1.0.0-alpha.28", |
|
"type": "version" |
|
}, |
|
"_requiredBy": [ |
|
"/svgo" |
|
], |
|
"_resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.28.tgz", |
|
"_shasum": "8e8968190d886c9477bc8d61e96f61af3f7ffa7f", |
|
"_shrinkwrap": null, |
|
"_spec": "css-tree@1.0.0-alpha.28", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/svgo", |
|
"author": { |
|
"email": "rdvornov@gmail.com", |
|
"name": "Roman Dvornov", |
|
"url": "https://github.com/lahmatiy" |
|
}, |
|
"browser": { |
|
"./data": "./dist/default-syntax.json" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/csstree/csstree/issues" |
|
}, |
|
"dependencies": { |
|
"mdn-data": "~1.1.0", |
|
"source-map": "^0.5.3" |
|
}, |
|
"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", |
|
"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" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"fileCount": 130, |
|
"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", |
|
"unpackedSize": 602024 |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"eslintConfig": { |
|
"env": { |
|
"es6": true, |
|
"mocha": true, |
|
"node": true |
|
}, |
|
"rules": { |
|
"no-duplicate-case": 2, |
|
"no-undef": 2, |
|
"no-unused-vars": [ |
|
2, |
|
{ |
|
"args": "after-used", |
|
"vars": "all" |
|
} |
|
] |
|
} |
|
}, |
|
"files": [ |
|
"bin", |
|
"data", |
|
"dist/csstree.js", |
|
"dist/default-syntax.json", |
|
"docs", |
|
"lib", |
|
"HISTORY.md", |
|
"LICENSE", |
|
"README.md" |
|
], |
|
"gitHead": "73a5db2aa6a8fe4bdf4854312aff56975337e4a9", |
|
"homepage": "https://github.com/csstree/csstree", |
|
"keywords": [ |
|
"css", |
|
"ast", |
|
"tokenizer", |
|
"parser", |
|
"walker", |
|
"lexer", |
|
"generator", |
|
"utils", |
|
"syntax", |
|
"validation" |
|
], |
|
"license": "MIT", |
|
"main": "./lib/index", |
|
"maintainers": [ |
|
{ |
|
"email": "rdvornov@gmail.com", |
|
"name": "lahmatiy" |
|
} |
|
], |
|
"name": "css-tree", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/csstree/csstree.git" |
|
}, |
|
"scripts": { |
|
"build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js", |
|
"coverage": "istanbul cover _mocha -- -R min", |
|
"coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls", |
|
"gen:syntax": "node scripts/gen-syntax-data", |
|
"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", |
|
"lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/update-docs --lint", |
|
"lint-and-test": "npm run lint && npm test", |
|
"prepublish": "npm run build", |
|
"test": "mocha --reporter progress", |
|
"travis": "npm run lint-and-test && npm run coveralls", |
|
"update:docs": "node scripts/update-docs" |
|
}, |
|
"version": "1.0.0-alpha.28" |
|
}
|
|
|