%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/valid-data-url/ |
| Current File : /home/opti/workflow/node_modules/valid-data-url/package.json |
{
"_from": "valid-data-url@^2.0.0",
"_id": "valid-data-url@2.0.0",
"_inBundle": false,
"_integrity": "sha512-dyCZnv3aCey7yfTgIqdZanKl7xWAEEKCbgmR7SKqyK6QT/Z07ROactrgD1eA37C69ODRj7rNOjzKWVPh0EUjBA==",
"_location": "/valid-data-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "valid-data-url@^2.0.0",
"name": "valid-data-url",
"escapedName": "valid-data-url",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/web-resource-inliner"
],
"_resolved": "https://registry.npmjs.org/valid-data-url/-/valid-data-url-2.0.0.tgz",
"_shasum": "2220fa9f8d4e761ebd3f3bb02770f1212b810537",
"_spec": "valid-data-url@^2.0.0",
"_where": "/home/opti/workflow/node_modules/web-resource-inliner",
"author": {
"name": "Alexey Kucherenko",
"url": "https://github.com/killmenot"
},
"bugs": {
"url": "https://github.com/killmenot/valid-data-url/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Detect if a string is a data URL",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"jshint": "^2.10.2",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"pre-commit": "^1.2.2"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/killmenot/valid-data-url",
"keywords": [
"valid",
"data-uri",
"data-url",
"data",
"uri",
"url",
"datauri",
"dataurl"
],
"license": "MIT",
"main": "index.js",
"name": "valid-data-url",
"nyc": {
"all": true,
"include": [
"index.js"
],
"exclude": [
"test.js"
]
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/killmenot/valid-data-url.git"
},
"scripts": {
"coverage": "nyc --reporter=html --reporter=text mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "jshint index.js test.js",
"test": "mocha"
},
"version": "2.0.0"
}