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.
 
 
 

65 lines
1.8 KiB

{
"_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\\user\\Documents\\myapp\\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"
}