1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "css.escape@^1.5.1",
- "_id": "css.escape@1.5.1",
- "_inBundle": false,
- "_integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=",
- "_location": "/css.escape",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "css.escape@^1.5.1",
- "name": "css.escape",
- "escapedName": "css.escape",
- "rawSpec": "^1.5.1",
- "saveSpec": null,
- "fetchSpec": "^1.5.1"
- },
- "_requiredBy": [
- "/@testing-library/jest-dom"
- ],
- "_resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
- "_shasum": "42e27d4fa04ae32f931a4b4d4191fa9cddee97cb",
- "_spec": "css.escape@^1.5.1",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@testing-library\\jest-dom",
- "author": {
- "name": "Mathias Bynens",
- "url": "https://mathiasbynens.be/"
- },
- "bugs": {
- "url": "https://github.com/mathiasbynens/CSS.escape/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.",
- "devDependencies": {
- "coveralls": "^2.11.4",
- "istanbul": "^0.4.1"
- },
- "files": [
- "LICENSE-MIT.txt",
- "css.escape.js"
- ],
- "homepage": "https://mths.be/cssescape",
- "keywords": [
- "string",
- "unicode",
- "identifier",
- "css",
- "cssom",
- "polyfill"
- ],
- "license": "MIT",
- "main": "css.escape.js",
- "name": "css.escape",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mathiasbynens/CSS.escape.git"
- },
- "scripts": {
- "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
- "coveralls": "istanbul cover --verbose --dir coverage tests/tests.js && coveralls < coverage/lcov.info; rm -rf coverage/lcov*",
- "test": "node tests/tests.js"
- },
- "version": "1.5.1"
- }
|