| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "css-what@3.3.0",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_development": true,
- "_from": "css-what@3.3.0",
- "_id": "css-what@3.3.0",
- "_inBundle": false,
- "_integrity": "sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg==",
- "_location": "/css-what",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "css-what@3.3.0",
- "name": "css-what",
- "escapedName": "css-what",
- "rawSpec": "3.3.0",
- "saveSpec": null,
- "fetchSpec": "3.3.0"
- },
- "_requiredBy": [
- "/css-select"
- ],
- "_resolved": "https://registry.npmjs.org/css-what/-/css-what-3.3.0.tgz",
- "_spec": "3.3.0",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "Felix Böhm",
- "email": "me@feedic.com",
- "url": "http://feedic.com"
- },
- "bugs": {
- "url": "https://github.com/fb55/css-what/issues"
- },
- "dependencies": {},
- "description": "a CSS selector parser",
- "devDependencies": {
- "@types/jest": "^25.1.4",
- "@types/node": "^14.0.5",
- "@typescript-eslint/eslint-plugin": "^2.31.0",
- "@typescript-eslint/parser": "^2.31.0",
- "coveralls": "^3.0.5",
- "eslint": "^7.0.0",
- "eslint-config-prettier": "^6.0.0",
- "jest": "^26.0.1",
- "prettier": "^2.0.5",
- "ts-jest": "^26.0.0",
- "typescript": "^3.5.3"
- },
- "engines": {
- "node": ">= 6"
- },
- "files": [
- "lib/**/*"
- ],
- "homepage": "https://github.com/fb55/css-what#readme",
- "jest": {
- "preset": "ts-jest",
- "testEnvironment": "node"
- },
- "license": "BSD-2-Clause",
- "main": "lib/index.js",
- "name": "css-what",
- "optionalDependencies": {},
- "prettier": {
- "tabWidth": 4
- },
- "repository": {
- "url": "git+https://github.com/fb55/css-what.git"
- },
- "scripts": {
- "build": "tsc",
- "coverage": "cat coverage/lcov.info | coveralls",
- "format": "prettier --write '**/*.{ts,md,json}'",
- "lint": "eslint src",
- "prepare": "npm run build",
- "test": "jest --coverage -u && npm run lint"
- },
- "types": "lib/index.d.ts",
- "version": "3.3.0"
- }
|