{
  "_from": "rfs@^9.0.3",
  "_id": "rfs@9.0.3",
  "_inBundle": false,
  "_integrity": "sha512-LL3eu6iqrJ0I/duHollplc2Tjc33AS7HmfqiAtHZD34Sq+L4+/96nYEN7YfT+vCLbeeB4mbMFpeg2mtxn5qNGA==",
  "_location": "/rfs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rfs@^9.0.3",
    "name": "rfs",
    "escapedName": "rfs",
    "rawSpec": "^9.0.3",
    "saveSpec": null,
    "fetchSpec": "^9.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/rfs/-/rfs-9.0.3.tgz",
  "_shasum": "6200ef283a081b01cbf07e2e3c7fe4c14cc3f07b",
  "_spec": "rfs@^9.0.3",
  "_where": "C:\\xampp\\htdocs\\WP\\wp_leong_hup",
  "author": {
    "name": "Martijn Cuppens",
    "email": "martijn.cuppens@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/twbs/rfs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "postcss-value-parser": "^4.0.3"
  },
  "deprecated": false,
  "description": "Powerful & easy-to-use responsive resizing engine.",
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-less": "^4.0.1",
    "gulp-postcss": "^8.0.0",
    "gulp-sass": "^4.0.2",
    "gulp-stylus": "^2.7.0",
    "less": "^3.11.1",
    "mocha": "^6.2.3",
    "node-sass": "^4.13.1",
    "npm-run-all": "^4.1.5",
    "postcss": "^7.0.27",
    "prettier": "^1.19.1",
    "sass": "^1.26.3",
    "stylelint": "^11.1.1",
    "stylelint-config-standard": "^19.0.0",
    "stylus": "^0.54.7",
    "xo": "^0.25.4"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "lib/",
    "less.less",
    "postcss.js",
    "sass.sass",
    "scss.scss",
    "stylus.styl"
  ],
  "homepage": "https://github.com/twbs/rfs#readme",
  "keywords": [
    "rfs",
    "fluid",
    "responsive",
    "font-size",
    "typography",
    "mixin",
    "scss",
    "sass",
    "less",
    "stylus",
    "postcss"
  ],
  "license": "MIT",
  "main": "postcss.js",
  "name": "rfs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/rfs.git"
  },
  "scripts": {
    "examples": "npm-run-all --parallel --continue-on-error gulp-examples node-examples",
    "generate-test-results": "node-sass test/sass/ -o test/expected/ && prettier --write test/expected/*.css",
    "gulp-example-less": "gulp --gulpfile=examples/less/gulpfile.js",
    "gulp-example-postcss": "gulp --gulpfile=examples/postcss/gulpfile.js",
    "gulp-example-scss": "gulp --gulpfile=examples/scss/gulpfile.js",
    "gulp-example-stylus": "gulp --gulpfile=examples/stylus/gulpfile.js",
    "gulp-examples": "npm-run-all --parallel --continue-on-error gulp-example-*",
    "lint": "npm-run-all --parallel xo stylelint",
    "mocha": "mocha",
    "node-example-less": "node examples/less/index.js",
    "node-example-postcss": "node examples/postcss/index.js",
    "node-example-scss": "node examples/scss/index.js",
    "node-example-stylus": "node examples/stylus/index.js",
    "node-examples": "npm-run-all --parallel --continue-on-error node-example-*",
    "stylelint": "stylelint \"**/*.{less,scss}\" --cache --cache-location node_modules/.cache/stylelint",
    "test": "npm run lint && npm run mocha",
    "xo": "xo"
  },
  "version": "9.0.3",
  "xo": {
    "space": true,
    "rules": {
      "ava/no-import-test-files": "off",
      "promise/prefer-await-to-then": "off",
      "unicorn/prefer-exponentiation-operator": "off"
    }
  }
}
