123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- {
- "_args": [
- [
- "js-beautify@1.9.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "js-beautify@1.9.1",
- "_id": "js-beautify@1.9.1",
- "_inBundle": false,
- "_integrity": "sha1-b575FfXY2SufkHYG/OY3lYhMgEA=",
- "_location": "/js-beautify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "js-beautify@1.9.1",
- "name": "js-beautify",
- "escapedName": "js-beautify",
- "rawSpec": "1.9.1",
- "saveSpec": null,
- "fetchSpec": "1.9.1"
- },
- "_requiredBy": [
- "/pretty",
- "/vue-jest"
- ],
- "_resolved": "https://registry.npm.taobao.org/js-beautify/download/js-beautify-1.9.1.tgz",
- "_spec": "1.9.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Einar Lielmanis",
- "email": "einar@beautifier.io"
- },
- "bin": {
- "css-beautify": "js/bin/css-beautify.js",
- "html-beautify": "js/bin/html-beautify.js",
- "js-beautify": "js/bin/js-beautify.js"
- },
- "bugs": {
- "url": "https://github.com/beautify-web/js-beautify/issues"
- },
- "contributors": [
- {
- "name": "Vital Batmanov",
- "email": "vital76@gmail.com"
- },
- {
- "name": "Chris J. Shull",
- "email": "chrisjshull@gmail.com"
- },
- {
- "name": "Gian Marco Gherardi",
- "email": "gianmarco.gherardi@gmail.com"
- },
- {
- "name": "Stan",
- "email": "stasson@orc.ru"
- },
- {
- "name": "Vittorio Gambaletta",
- "email": "VittGam@vittgam.net"
- },
- {
- "name": "Daniel Stockman",
- "email": "daniel.stockman@gmail.com"
- },
- {
- "name": "Harutyun Amirjanyan",
- "email": "amirjanyan@gmail.com"
- },
- {
- "name": "Nochum Sossonko",
- "email": "nsossonko@hotmail.com"
- },
- {
- "name": "Liam Newman",
- "email": "bitwiseman@beautifier.io"
- }
- ],
- "dependencies": {
- "config-chain": "^1.1.12",
- "editorconfig": "^0.15.2",
- "glob": "^7.1.3",
- "mkdirp": "~0.5.0",
- "nopt": "~4.0.1"
- },
- "description": "beautifier.io for node",
- "devDependencies": {
- "benchmark": "^2.1.4",
- "jshint": "^2.9.7",
- "mocha": "^5.2.0",
- "mustache": "^3.0.1",
- "node-static": "^0.7.11",
- "requirejs": "^2.3.6",
- "webpack": "^4.28.4",
- "webpack-command": "^0.4.2"
- },
- "directories": {
- "lib": "js/lib",
- "test": "js/test"
- },
- "files": [
- "js/bin/",
- "js/lib/*.js",
- "js/lib/unpackers/",
- "js/index.js",
- "js/src/**/*"
- ],
- "homepage": "https://beautifier.io/",
- "keywords": [
- "beautify",
- "beautifier",
- "code-quality"
- ],
- "license": "MIT",
- "main": "js/index.js",
- "name": "js-beautify",
- "repository": {
- "type": "git",
- "url": "git://github.com/beautify-web/js-beautify.git"
- },
- "scripts": {},
- "version": "1.9.1"
- }
|