Completely updated React, fixed #11, (hopefully)
This commit is contained in:
63
goTorrentWebUI/node_modules/css-loader/node_modules/is-svg/package.json
generated
vendored
63
goTorrentWebUI/node_modules/css-loader/node_modules/is-svg/package.json
generated
vendored
@@ -1,23 +1,55 @@
|
||||
{
|
||||
"name": "is-svg",
|
||||
"version": "2.1.0",
|
||||
"description": "Check if a string or buffer is SVG",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/is-svg",
|
||||
"_args": [
|
||||
[
|
||||
"is-svg@2.1.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "is-svg@2.1.0",
|
||||
"_id": "is-svg@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-z2EJDaDZ77yrhyLeum8DIgjbsOk=",
|
||||
"_location": "/css-loader/is-svg",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-svg@2.1.0",
|
||||
"name": "is-svg",
|
||||
"escapedName": "is-svg",
|
||||
"rawSpec": "2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/css-loader/postcss-svgo"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-svg/-/is-svg-2.1.0.tgz",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/is-svg/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"html-comment-regex": "^1.1.0"
|
||||
},
|
||||
"description": "Check if a string or buffer is SVG",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "^0.16.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/is-svg#readme",
|
||||
"keywords": [
|
||||
"svg",
|
||||
"vector",
|
||||
@@ -34,11 +66,14 @@
|
||||
"str",
|
||||
"buffer"
|
||||
],
|
||||
"dependencies": {
|
||||
"html-comment-regex": "^1.1.0"
|
||||
"license": "MIT",
|
||||
"name": "is-svg",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/is-svg.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "^0.16.0"
|
||||
}
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "2.1.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user