12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "_from": "prettier@2.1.2",
- "_id": "prettier@2.1.2",
- "_inBundle": false,
- "_integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
- "_location": "/prettier",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "prettier@2.1.2",
- "name": "prettier",
- "escapedName": "prettier",
- "rawSpec": "2.1.2",
- "saveSpec": null,
- "fetchSpec": "2.1.2"
- },
- "_requiredBy": [
- "#DEV:/",
- "/@vue/component-compiler-utils"
- ],
- "_resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz",
- "_shasum": "3050700dae2e4c8b67c4c3f666cdb8af405e1ce5",
- "_spec": "prettier@2.1.2",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "James Long"
- },
- "bin": {
- "prettier": "bin-prettier.js"
- },
- "browser": "./standalone.js",
- "bugs": {
- "url": "https://github.com/prettier/prettier/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Prettier is an opinionated code formatter",
- "engines": {
- "node": ">=10.13.0"
- },
- "files": [
- "*.js"
- ],
- "homepage": "https://prettier.io",
- "license": "MIT",
- "main": "./index.js",
- "name": "prettier",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/prettier/prettier.git"
- },
- "scripts": {
- "prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
- },
- "unpkg": "./standalone.js",
- "version": "2.1.2"
- }
|