123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "_args": [
- [
- {
- "raw": "prettyjson",
- "scope": null,
- "escapedName": "prettyjson",
- "name": "prettyjson",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "/home/stdio/coding/research/jspak-dev/jspak/bundles"
- ]
- ],
- "_from": "prettyjson@latest",
- "_id": "prettyjson@1.1.3",
- "_inCache": true,
- "_location": "/prettyjson",
- "_nodeVersion": "0.12.7",
- "_npmUser": {
- "name": "rafeca",
- "email": "rafeca@gmail.com"
- },
- "_npmVersion": "2.11.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "prettyjson",
- "scope": null,
- "escapedName": "prettyjson",
- "name": "prettyjson",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "_requiredBy": [
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.1.3.tgz",
- "_shasum": "d0787f732c9c3a566f4165fa4f1176fd67e6b263",
- "_shrinkwrap": null,
- "_spec": "prettyjson",
- "_where": "/home/stdio/coding/research/jspak-dev/jspak/bundles",
- "author": {
- "name": "Rafael de Oleza",
- "email": "rafeca@gmail.com",
- "url": "https://github.com/rafeca"
- },
- "bin": {
- "prettyjson": "./bin/prettyjson"
- },
- "bugs": {
- "url": "https://github.com/rafeca/prettyjson/issues"
- },
- "dependencies": {
- "colors": "^1.1.2",
- "minimist": "^1.1.3"
- },
- "description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
- "devDependencies": {
- "coveralls": "^2.11.3",
- "istanbul": "^0.3.17",
- "jshint": "^2.4.4",
- "mocha": "^2.2.5",
- "mocha-lcov-reporter": "0.0.2",
- "should": "^7.0.2"
- },
- "directories": {},
- "dist": {
- "shasum": "d0787f732c9c3a566f4165fa4f1176fd67e6b263",
- "tarball": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.1.3.tgz"
- },
- "gitHead": "99dac22baba027875536f543f8dbe5b4f9d9f986",
- "homepage": "http://rafeca.com/prettyjson",
- "keywords": [
- "json",
- "cli",
- "formatting",
- "colors"
- ],
- "license": "MIT",
- "main": "./lib/prettyjson",
- "maintainers": [
- {
- "name": "rafeca",
- "email": "rafeca@gmail.com"
- }
- ],
- "name": "prettyjson",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rafeca/prettyjson.git"
- },
- "scripts": {
- "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --pretty='* %s' --first-parent",
- "coverage": "istanbul cover _mocha --report lcovonly -- -R spec",
- "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
- "jshint": "jshint lib/*.js",
- "test": "npm run jshint && mocha --reporter spec",
- "testwin": "node ./node_modules/mocha/bin/mocha --reporter spec"
- },
- "version": "1.1.3"
- }
|