motion
Version:
motion - moving development forward
79 lines (78 loc) • 2.3 kB
JSON
{
"_args": [
[
"is-svg@https://registry.npmjs.org/is-svg/-/is-svg-1.1.1.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "is-svg@>=1.1.1 <2.0.0",
"_id": "is-svg@1.1.1",
"_inCache": true,
"_location": "/is-svg",
"_phantomChildren": {},
"_requested": {
"name": "is-svg",
"raw": "is-svg@https://registry.npmjs.org/is-svg/-/is-svg-1.1.1.tgz",
"rawSpec": "https://registry.npmjs.org/is-svg/-/is-svg-1.1.1.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/is-svg/-/is-svg-1.1.1.tgz",
"type": "remote"
},
"_requiredBy": [
"/postcss-svgo"
],
"_resolved": "https://registry.npmjs.org/is-svg/-/is-svg-1.1.1.tgz",
"_shasum": "ac0efaafb653ac58473708b1f873636ca110e31b",
"_shrinkwrap": null,
"_spec": "is-svg@https://registry.npmjs.org/is-svg/-/is-svg-1.1.1.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-svg/issues"
},
"dependencies": {},
"description": "Check if a String/Buffer is SVG",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-svg#readme",
"keywords": [
"buffer",
"check",
"detect",
"graphics",
"image",
"img",
"is",
"pic",
"picture",
"str",
"string",
"svg",
"type",
"vector"
],
"license": "MIT",
"name": "is-svg",
"optionalDependencies": {},
"readme": "# is-svg [](https://travis-ci.org/sindresorhus/is-svg)\n\n> Check if a String/Buffer is [SVG](http://en.wikipedia.org/wiki/Scalable_Vector_Graphics)\n\n\n## Install\n\n```sh\n$ npm install --save is-svg\n```\n\n\n## Usage\n\n```js\nisSvg('<svg xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"#00CD9F\"/></svg>');\n//=> true\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-svg.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.1"
}