fd22b0bf58
V2 (Laravel re-make)
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"_from": "@trysound/sax@0.2.0",
|
|
"_id": "@trysound/sax@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
|
|
"_location": "/@trysound/sax",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@trysound/sax@0.2.0",
|
|
"name": "@trysound/sax",
|
|
"escapedName": "@trysound%2fsax",
|
|
"scope": "@trysound",
|
|
"rawSpec": "0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/svgo"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
|
|
"_shasum": "cccaab758af56761eb7bf37af6f03f326dd798ad",
|
|
"_spec": "@trysound/sax@0.2.0",
|
|
"_where": "C:\\laragon\\www\\idlers\\node_modules\\svgo",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/svg/sax/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Bogdan Chadkin",
|
|
"email": "trysound@yandex.ru",
|
|
"url": "http://github.com/TrySound"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "An evented streaming XML parser in JavaScript",
|
|
"devDependencies": {
|
|
"standard": "^8.6.0",
|
|
"tap": "^10.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/svg/sax#readme",
|
|
"license": "ISC",
|
|
"main": "lib/sax.js",
|
|
"name": "@trysound/sax",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/svg/sax.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard -F test/*.js lib/*.js",
|
|
"test": "tap test/*.js --cov -j4"
|
|
},
|
|
"version": "0.2.0"
|
|
}
|