| 1234567891011121314151617181920212223 |
- {
- "name": "prettier",
- "version": "1.19.1",
- "description": "Prettier is an opinionated code formatter",
- "bin": "./bin-prettier.js",
- "repository": "prettier/prettier",
- "homepage": "https://prettier.io",
- "author": "James Long",
- "license": "MIT",
- "main": "./index.js",
- "engines": {
- "node": ">=4"
- },
- "scripts": {
- "prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
- },
- "files": [
- "*.js"
- ],
- "__npminstall_done": "Thu Dec 24 2020 20:21:00 GMT+0800 (CST)",
- "_from": "prettier@1.19.1",
- "_resolved": "https://registry.npm.taobao.org/prettier/download/prettier-1.19.1.tgz?cache=0&sync_timestamp=1606521465057&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fprettier%2Fdownload%2Fprettier-1.19.1.tgz"
- }
|