| 
 | 1 | +# Snapshot report for `test/test.js`  | 
 | 2 | + | 
 | 3 | +The actual snapshot is saved in `test.js.snap`.  | 
 | 4 | + | 
 | 5 | +Generated by [AVA](https://ava.li).  | 
 | 6 | + | 
 | 7 | +## randomize  | 
 | 8 | + | 
 | 9 | +> Snapshot 1  | 
 | 10 | +
  | 
 | 11 | +    `{␊  | 
 | 12 | +      "name": "prettier-plugin-package",␊  | 
 | 13 | +      "version": "0.1.0",␊  | 
 | 14 | +      "description": "An opinionated package.json formatter plugin for Prettier",␊  | 
 | 15 | +      "license": "MPL-2.0",␊  | 
 | 16 | +      "repository": "shellscape/prettier-plugin-package",␊  | 
 | 17 | +      "author": "shellscape",␊  | 
 | 18 | +      "homepage": "https://github.com/shellscape/prettier-plugin-package",␊  | 
 | 19 | +      "bugs": "https://github.com/shellscape/prettier-plugin-package/issues",␊  | 
 | 20 | +      "main": "lib/index.js",␊  | 
 | 21 | +      "engines": {␊  | 
 | 22 | +        "node": ">= 8.0.0"␊  | 
 | 23 | +      },␊  | 
 | 24 | +      "scripts": {␊  | 
 | 25 | +        "ci:coverage": "nyc npm run ci:test && nyc report --reporter=text-lcov > coverage.lcov",␊  | 
 | 26 | +        "ci:lint": "npm run lint && npm run security",␊  | 
 | 27 | +        "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",␊  | 
 | 28 | +        "ci:test": "npm run test -- --verbose",␊  | 
 | 29 | +        "commitlint": "commitlint",␊  | 
 | 30 | +        "commitmsg": "commitlint -e $GIT_PARAMS",␊  | 
 | 31 | +        "lint": "eslint --fix --cache lib test",␊  | 
 | 32 | +        "lint-staged": "lint-staged",␊  | 
 | 33 | +        "security": "npm audit",␊  | 
 | 34 | +        "test": "ava"␊  | 
 | 35 | +      },␊  | 
 | 36 | +      "files": [␊  | 
 | 37 | +        "lib/",␊  | 
 | 38 | +        "README.md",␊  | 
 | 39 | +        "LICENSE"␊  | 
 | 40 | +      ],␊  | 
 | 41 | +      "keywords": [␊  | 
 | 42 | +        "package",␊  | 
 | 43 | +        "package.json",␊  | 
 | 44 | +        "plugin",␊  | 
 | 45 | +        "prettier"␊  | 
 | 46 | +      ],␊  | 
 | 47 | +      "peerDependencies": {␊  | 
 | 48 | +        "prettier": "^1.18.2"␊  | 
 | 49 | +      },␊  | 
 | 50 | +      "dependencies": {},␊  | 
 | 51 | +      "devDependencies": {␊  | 
 | 52 | +        "@commitlint/cli": "^8.1.0",␊  | 
 | 53 | +        "@commitlint/config-conventional": "^8.1.0",␊  | 
 | 54 | +        "ava": "^2.2.0",␊  | 
 | 55 | +        "eslint-config-shellscape": "^2.0.2",␊  | 
 | 56 | +        "execa": "^2.0.3",␊  | 
 | 57 | +        "lint-staged": "^9.2.0",␊  | 
 | 58 | +        "nyc": "^14.1.0",␊  | 
 | 59 | +        "pre-commit": "^1.2.2",␊  | 
 | 60 | +        "prettier": "^1.18.2"␊  | 
 | 61 | +      },␊  | 
 | 62 | +      "ava": {␊  | 
 | 63 | +        "files": [␊  | 
 | 64 | +          "!**/fixtures/**"␊  | 
 | 65 | +        ]␊  | 
 | 66 | +      },␊  | 
 | 67 | +      "lint-staged": {␊  | 
 | 68 | +        "*.js": [␊  | 
 | 69 | +          "eslint --fix",␊  | 
 | 70 | +          "git add"␊  | 
 | 71 | +        ]␊  | 
 | 72 | +      },␊  | 
 | 73 | +      "nyc": {␊  | 
 | 74 | +        "include": [␊  | 
 | 75 | +          "lib/*.js"␊  | 
 | 76 | +        ],␊  | 
 | 77 | +        "exclude": [␊  | 
 | 78 | +          "test/"␊  | 
 | 79 | +        ]␊  | 
 | 80 | +      },␊  | 
 | 81 | +      "pre-commit": "lint-staged"␊  | 
 | 82 | +    }␊  | 
 | 83 | +    `  | 
0 commit comments