github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/test/integration/test-fixtures/npm-lock/node_modules/insert-css/package.json (about) 1 { 2 "_from": "insert-css", 3 "_id": "insert-css@2.0.0", 4 "_inBundle": false, 5 "_integrity": "sha1-610Ql7dUL0x56jBg067gfQU4gPQ=", 6 "_location": "/insert-css", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "tag", 10 "registry": true, 11 "raw": "insert-css", 12 "name": "insert-css", 13 "escapedName": "insert-css", 14 "rawSpec": "", 15 "saveSpec": null, 16 "fetchSpec": "latest" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/" 21 ], 22 "_resolved": "https://registry.npmjs.org/insert-css/-/insert-css-2.0.0.tgz", 23 "_shasum": "eb5d1097b7542f4c79ea3060d3aee07d053880f4", 24 "_spec": "insert-css", 25 "_where": "/Users/kzantow/projects/syft/test/integration/test-fixtures/npm-lock", 26 "author": { 27 "name": "James Halliday", 28 "email": "mail@substack.net", 29 "url": "http://substack.net" 30 }, 31 "bugs": { 32 "url": "https://github.com/substack/insert-css/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": {}, 36 "deprecated": false, 37 "description": "insert a string of css into the <head>", 38 "devDependencies": { 39 "browserify": "^13.0.1", 40 "budo": "^8.3.0", 41 "computed-style": "^0.3.0", 42 "dom-event": "^1.0.0", 43 "tape": "^4.6.0", 44 "tape-run": "^2.1.4" 45 }, 46 "homepage": "https://github.com/substack/insert-css", 47 "keywords": [ 48 "css", 49 "insert", 50 "dom", 51 "browser", 52 "browserify", 53 "inject", 54 "styles", 55 "stylesheet", 56 "style", 57 "html", 58 "head", 59 "link" 60 ], 61 "license": "MIT", 62 "main": "index.js", 63 "name": "insert-css", 64 "repository": { 65 "type": "git", 66 "url": "git://github.com/substack/insert-css.git" 67 }, 68 "scripts": { 69 "example": "budo example.js", 70 "test": "browserify test.js | tape-run" 71 }, 72 "testling": { 73 "files": "test.js", 74 "browsers": [ 75 "ie/6..latest", 76 "chrome/20..latest", 77 "firefox/10..latest", 78 "safari/latest", 79 "opera/11.0..latest", 80 "iphone/6", 81 "ipad/6" 82 ] 83 }, 84 "version": "2.0.0" 85 }