twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
98 lines (97 loc) • 2.67 kB
JSON
{
"_args": [
[
"prettyjson@^1.1.2",
"/Users/nick/codes/twreporter-react/node_modules/forever"
]
],
"_from": "prettyjson@>=1.1.2 <2.0.0",
"_id": "prettyjson@1.1.3",
"_inCache": true,
"_installable": true,
"_location": "/prettyjson",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "rafeca@gmail.com",
"name": "rafeca"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"name": "prettyjson",
"raw": "prettyjson@^1.1.2",
"rawSpec": "^1.1.2",
"scope": null,
"spec": ">=1.1.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/forever"
],
"_resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.1.3.tgz",
"_shasum": "d0787f732c9c3a566f4165fa4f1176fd67e6b263",
"_shrinkwrap": null,
"_spec": "prettyjson@^1.1.2",
"_where": "/Users/nick/codes/twreporter-react/node_modules/forever",
"author": {
"email": "rafeca@gmail.com",
"name": "Rafael de Oleza",
"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": "http://registry.npmjs.org/prettyjson/-/prettyjson-1.1.3.tgz"
},
"gitHead": "99dac22baba027875536f543f8dbe5b4f9d9f986",
"homepage": "http://rafeca.com/prettyjson",
"keywords": [
"cli",
"colors",
"formatting",
"json"
],
"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"
}