package.json 1.96 KB
{
  "_from": "insert-css@^2.0.0",
  "_id": "insert-css@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-610Ql7dUL0x56jBg067gfQU4gPQ=",
  "_location": "/insert-css",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "insert-css@^2.0.0",
    "name": "insert-css",
    "escapedName": "insert-css",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@ant-design/icons"
  ],
  "_resolved": "https://registry.npmjs.org/insert-css/-/insert-css-2.0.0.tgz",
  "_shasum": "eb5d1097b7542f4c79ea3060d3aee07d053880f4",
  "_spec": "insert-css@^2.0.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@ant-design\\icons",
  "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"
}