{"name":"parseley","version":"0.8.0","description":"CSS selectors parser, based on nearley","keywords":["CSS","selectors","parser","AST","serializer","specificity"],"repository":{"type":"git","url":"git+https://github.com/mxxii/parseley.git"},"bugs":{"url":"https://github.com/mxxii/parseley/issues"},"homepage":"https://github.com/mxxii/parseley","author":{"name":"KillyMXI"},"funding":"https://ko-fi.com/killymxi","license":"MIT","exports":{"import":"./lib/parseley.mjs","require":"./lib/parseley.cjs"},"type":"module","main":"./lib/parseley.cjs","module":"./lib/parseley.mjs","types":"./lib/parseley.d.ts","scripts":{"build:docs":"typedoc","build:rollup":"rollup -c","build:types":"tsc --declaration --emitDeclarationOnly && rimraf ./lib/grammar.d.ts","build":"npm run nearley && npm run clean && npm run build:rollup && npm run build:types && npm run build:docs","checkAll":"npm run lint && npm test","clean":"rimraf lib","example":"node ./example/example.cjs","lint:eslint":"eslint .","lint:md":"markdownlint-cli2","lint":"npm run lint:eslint && npm run lint:md","nearley":"nearleyc ./src/grammar.ne -o ./src/grammar.ts","prepublishOnly":"npm run build && npm run checkAll","pretest":"npm run nearley","test":"ava --timeout=20s"},"dependencies":{"moo":"^0.5.1","nearley":"^2.20.1"},"devDependencies":{"@rollup/plugin-typescript":"^8.3.0","@tsconfig/node12":"^1.0.9","@types/moo":"^0.5.5","@types/nearley":"^2.11.2","@types/node":"^12.20.37","@typescript-eslint/eslint-plugin":"^5.3.1","@typescript-eslint/parser":"^5.3.1","ava":"^3.15.0","eslint":"^7.32.0","eslint-plugin-jsonc":"^2.0.0","eslint-plugin-tsdoc":"^0.2.14","markdownlint-cli2":"^0.1.3","rimraf":"^3.0.2","rollup":"^2.59.0","ts-node":"^9.1.1","tslib":"^2.3.1","typedoc":"^0.22.8","typedoc-plugin-markdown":"^3.11.3","typescript":"^4.4.4"},"ava":{"extensions":["ts"],"files":["test/**/*"],"require":["ts-node/register"],"environmentVariables":{"TS_NODE_FILES":"true"},"verbose":true},"gitHead":"ffa882766b1aadecf2ac9a23424348c90e25b150","_id":"parseley@0.8.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"shasum":"acb2550278e360527b0d9a868f0e30e5beaf93d2","size":8828,"noattachment":false,"key":"/parseley/-/parseley-0.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/parseley/download/parseley-0.8.0.tgz"},"_npmUser":{"name":"killy.mxi","email":"killy.mxi@gmail.com"},"directories":{},"maintainers":[{"name":"killy.mxi","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/parseley_0.8.0_1636581763863_0.2595927599089862"},"_hasShrinkwrap":false,"publish_time":1636581764051,"_cnpm_publish_time":1636581764051,"_cnpmcore_publish_time":"2021-12-16T18:33:46.809Z","dist-tags":{"latest":"0.12.1"}}