{
  "_args": [
    [
      "style-value-types@3.1.7",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "style-value-types@3.1.7",
  "_id": "style-value-types@3.1.7",
  "_inBundle": false,
  "_integrity": "sha512-jPaG5HcAPs3vetSwOJozrBXxuHo9tjZVnbRyBjxqb00c2saIoeuBJc1/2MtvB8eRZy41u/BBDH0CpfzWixftKg==",
  "_location": "/style-value-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "style-value-types@3.1.7",
    "name": "style-value-types",
    "escapedName": "style-value-types",
    "rawSpec": "3.1.7",
    "saveSpec": null,
    "fetchSpec": "3.1.7"
  },
  "_requiredBy": [
    "/@popmotion/popcorn",
    "/framer-motion",
    "/popmotion",
    "/stylefire"
  ],
  "_resolved": "https://registry.npmjs.org/style-value-types/-/style-value-types-3.1.7.tgz",
  "_spec": "3.1.7",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "dependencies": {
    "hey-listen": "^1.0.8",
    "tslib": "^1.10.0"
  },
  "description": "Parsers, transformers and tests for special value types, eg: %, hex codes etc.",
  "devDependencies": {
    "@types/jest": "^23.1.1",
    "jest": "^23.1.0",
    "jest-cli": "^23.1.0",
    "rollup": "^0.60.7",
    "rollup-plugin-typescript2": "^0.14.0",
    "rollup-plugin-uglify": "^3.0.0",
    "webpack": "^3.12.0"
  },
  "files": [
    "lib",
    "dist"
  ],
  "homepage": "https://popmotion.io",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.(ts|tsx|js)$",
    "rootDir": "src",
    "testURL": "http://localhost/"
  },
  "jsnext:main": "dist/style-value-types.es.js",
  "keywords": [
    "css",
    "svg",
    "hex",
    "rgba",
    "hsla"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "dist/style-value-types.es.js",
  "name": "style-value-types",
  "prettier": {
    "parser": "typescript",
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Popmotion/popmotion/tree/master/packages/style-value-types"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "tslint -c tslint.json 'src/**/*.{ts}'",
    "measure": "gzip -c dist/style-value-types.min.js | wc -c",
    "prepublishOnly": "npm run lint && npm run build",
    "test": "jest --maxWorkers=2",
    "watch": "rollup -c -w"
  },
  "types": "lib/index.d.ts",
  "unpkg": "./dist/style-value-types.min.js",
  "version": "3.1.7"
}
