[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "rtl-css-js@^1.16.1",
|
---|
| 3 | "_id": "rtl-css-js@1.16.1",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==",
|
---|
| 6 | "_location": "/rtl-css-js",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "rtl-css-js@^1.16.1",
|
---|
| 12 | "name": "rtl-css-js",
|
---|
| 13 | "escapedName": "rtl-css-js",
|
---|
| 14 | "rawSpec": "^1.16.1",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.16.1"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/nano-css"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/rtl-css-js/-/rtl-css-js-1.16.1.tgz",
|
---|
| 22 | "_shasum": "4b48b4354b0ff917a30488d95100fbf7219a3e80",
|
---|
| 23 | "_spec": "rtl-css-js@^1.16.1",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/nano-css",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Kent C. Dodds",
|
---|
| 27 | "email": "kent@doddsfamily.us",
|
---|
| 28 | "url": "http://kentcdodds.com/"
|
---|
| 29 | },
|
---|
| 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/kentcdodds/rtl-css-js/issues"
|
---|
| 32 | },
|
---|
| 33 | "bundleDependencies": false,
|
---|
| 34 | "dependencies": {
|
---|
| 35 | "@babel/runtime": "^7.1.2"
|
---|
| 36 | },
|
---|
| 37 | "deprecated": false,
|
---|
[d565449] | 38 | "description": "Right To Left conversion for CSS in JS objects",
|
---|
[79a0317] | 39 | "devDependencies": {
|
---|
| 40 | "kcd-scripts": "^1.11.0",
|
---|
| 41 | "npm-run-all": "^4.1.1",
|
---|
| 42 | "rimraf": "^3.0.0",
|
---|
| 43 | "tiny-glob": "^0.2.0"
|
---|
| 44 | },
|
---|
| 45 | "eslintConfig": {
|
---|
| 46 | "extends": "./node_modules/kcd-scripts/eslint.js"
|
---|
| 47 | },
|
---|
| 48 | "eslintIgnore": [
|
---|
| 49 | "node_modules",
|
---|
| 50 | "coverage",
|
---|
| 51 | "dist"
|
---|
| 52 | ],
|
---|
[d565449] | 53 | "exports": {
|
---|
| 54 | ".": {
|
---|
| 55 | "types": "./types.d.ts",
|
---|
| 56 | "node": "./dist/cjs/index.js",
|
---|
| 57 | "import": "./dist/esm/index.js",
|
---|
| 58 | "default": "./dist/cjs/index.js"
|
---|
| 59 | },
|
---|
| 60 | "./core": {
|
---|
| 61 | "types": "./core.d.ts",
|
---|
| 62 | "node": "./dist/cjs/core.js",
|
---|
| 63 | "import": "./dist/esm/core.js",
|
---|
| 64 | "default": "./dist/cjs/core.js"
|
---|
| 65 | },
|
---|
| 66 | "./core.esm": {
|
---|
| 67 | "default": "./dist/esm/core.js"
|
---|
| 68 | },
|
---|
| 69 | "./core.esm.js": {
|
---|
| 70 | "default": "./dist/esm/core.js"
|
---|
| 71 | },
|
---|
| 72 | "./core.js": {
|
---|
| 73 | "default": "./dist/cjs/core.js"
|
---|
| 74 | },
|
---|
| 75 | "./package.json": "./package.json"
|
---|
| 76 | },
|
---|
| 77 | "files": [
|
---|
| 78 | "dist",
|
---|
| 79 | "core",
|
---|
| 80 | "types.d.ts",
|
---|
| 81 | "core.d.ts",
|
---|
| 82 | "core.esm.js",
|
---|
| 83 | "core.esm.d.ts"
|
---|
| 84 | ],
|
---|
[79a0317] | 85 | "homepage": "https://github.com/kentcdodds/rtl-css-js#readme",
|
---|
| 86 | "husky": {
|
---|
| 87 | "hooks": {
|
---|
| 88 | "pre-commit": "kcd-scripts pre-commit"
|
---|
| 89 | }
|
---|
| 90 | },
|
---|
| 91 | "jsnext:main": "dist/esm/index.js",
|
---|
[d565449] | 92 | "keywords": [
|
---|
| 93 | "css-in-js",
|
---|
| 94 | "ltr",
|
---|
| 95 | "rtl",
|
---|
| 96 | "cssjanus"
|
---|
| 97 | ],
|
---|
| 98 | "license": "MIT",
|
---|
[79a0317] | 99 | "main": "dist/cjs/index.js",
|
---|
| 100 | "module": "dist/esm/index.js",
|
---|
| 101 | "name": "rtl-css-js",
|
---|
[d565449] | 102 | "repository": {
|
---|
| 103 | "type": "git",
|
---|
[79a0317] | 104 | "url": "git+https://github.com/kentcdodds/rtl-css-js.git"
|
---|
[d565449] | 105 | },
|
---|
[79a0317] | 106 | "scripts": {
|
---|
| 107 | "build": "rimraf dist && npm-run-all build:**",
|
---|
| 108 | "build:bundlers": "kcd-scripts build --bundle cjs,esm --environment BUILD_INPUT:src/*.js --no-clean",
|
---|
| 109 | "build:umd:core": "kcd-scripts build --bundle umd,umd.min --environment BUILD_NAME:rtlCSSJSCore,BUILD_FILENAME_SUFFIX:\".core\",BUILD_INPUT:src/core.js --no-clean",
|
---|
| 110 | "build:umd:main": "kcd-scripts build --bundle umd,umd.min BUILD_NAME:rtlCSSJS --no-clean",
|
---|
| 111 | "lint": "kcd-scripts lint",
|
---|
| 112 | "postbuild:bundlers": "node scripts/add-proxies-typings.js",
|
---|
| 113 | "test": "kcd-scripts test",
|
---|
| 114 | "test:update": "npm run test -s -- --coverage --updateSnapshot",
|
---|
| 115 | "validate": "kcd-scripts validate"
|
---|
[d565449] | 116 | },
|
---|
[79a0317] | 117 | "types": "types.d.ts",
|
---|
| 118 | "version": "1.16.1"
|
---|
[d565449] | 119 | }
|
---|