123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_args": [
- [
- "css.escape@1.5.1",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "css.escape@1.5.1",
- "_id": "css.escape@1.5.1",
- "_inBundle": false,
- "_integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==",
- "_location": "/css.escape",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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": [
- "/bpmn-js",
- "/diagram-js"
- ],
- "_resolved": "https://registry.npmmirror.com/css.escape/-/css.escape-1.5.1.tgz",
- "_spec": "1.5.1",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "author": {
- "name": "Mathias Bynens",
- "url": "https://mathiasbynens.be/"
- },
- "bugs": {
- "url": "https://github.com/mathiasbynens/CSS.escape/issues"
- },
- "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"
- }
|