1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "is-svg@3.0.0",
- "/Users/apple/tmp/ok/vue_cli_default"
- ]
- ],
- "_development": true,
- "_from": "is-svg@3.0.0",
- "_id": "is-svg@3.0.0",
- "_inBundle": false,
- "_integrity": "sha1-kyHb0pwhLlypnE+peUxxS8r6L3U=",
- "_location": "/is-svg",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "is-svg@3.0.0",
- "name": "is-svg",
- "escapedName": "is-svg",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "/postcss-svgo"
- ],
- "_resolved": "https://registry.npm.taobao.org/is-svg/download/is-svg-3.0.0.tgz",
- "_spec": "3.0.0",
- "_where": "/Users/apple/tmp/ok/vue_cli_default",
- "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": "*"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/is-svg#readme",
- "keywords": [
- "svg",
- "vector",
- "graphics",
- "image",
- "img",
- "pic",
- "picture",
- "type",
- "detect",
- "check",
- "is",
- "string",
- "str",
- "buffer"
- ],
- "license": "MIT",
- "name": "is-svg",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/is-svg.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "3.0.0"
- }
|