mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 08:53:15 +01:00
86 lines
1.9 KiB
JSON
86 lines
1.9 KiB
JSON
{
|
|
"_from": "insert-css",
|
|
"_id": "insert-css@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-610Ql7dUL0x56jBg067gfQU4gPQ=",
|
|
"_location": "/insert-css",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "insert-css",
|
|
"name": "insert-css",
|
|
"escapedName": "insert-css",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/insert-css/-/insert-css-2.0.0.tgz",
|
|
"_shasum": "eb5d1097b7542f4c79ea3060d3aee07d053880f4",
|
|
"_spec": "insert-css",
|
|
"_where": "/Users/kzantow/projects/syft/test/integration/test-fixtures/npm-lock",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/insert-css/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "insert a string of css into the <head>",
|
|
"devDependencies": {
|
|
"browserify": "^13.0.1",
|
|
"budo": "^8.3.0",
|
|
"computed-style": "^0.3.0",
|
|
"dom-event": "^1.0.0",
|
|
"tape": "^4.6.0",
|
|
"tape-run": "^2.1.4"
|
|
},
|
|
"homepage": "https://github.com/substack/insert-css",
|
|
"keywords": [
|
|
"css",
|
|
"insert",
|
|
"dom",
|
|
"browser",
|
|
"browserify",
|
|
"inject",
|
|
"styles",
|
|
"stylesheet",
|
|
"style",
|
|
"html",
|
|
"head",
|
|
"link"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "insert-css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/insert-css.git"
|
|
},
|
|
"scripts": {
|
|
"example": "budo example.js",
|
|
"test": "browserify test.js | tape-run"
|
|
},
|
|
"testling": {
|
|
"files": "test.js",
|
|
"browsers": [
|
|
"ie/6..latest",
|
|
"chrome/20..latest",
|
|
"firefox/10..latest",
|
|
"safari/latest",
|
|
"opera/11.0..latest",
|
|
"iphone/6",
|
|
"ipad/6"
|
|
]
|
|
},
|
|
"version": "2.0.0"
|
|
}
|