You've already forked wakapi-readme-stats
76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"_from": "json-stringify-pretty-compact@~2.0.0",
|
|
"_id": "json-stringify-pretty-compact@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WRitRfs6BGq4q8gTgOy4ek7iPFXjbra0H3PmDLKm2xnZ+Gh1HUhiKGgCZkSPNULlP7mvfu6FV/mOLhCarspADQ==",
|
|
"_location": "/json-stringify-pretty-compact",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "json-stringify-pretty-compact@~2.0.0",
|
|
"name": "json-stringify-pretty-compact",
|
|
"escapedName": "json-stringify-pretty-compact",
|
|
"rawSpec": "~2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vega-lite"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-2.0.0.tgz",
|
|
"_shasum": "e77c419f52ff00c45a31f07f4c820c2433143885",
|
|
"_spec": "json-stringify-pretty-compact@~2.0.0",
|
|
"_where": "/home/prabhatdev/Documents/opensource/gitHubStats/waka-readme-stats/node_modules/vega-lite",
|
|
"author": {
|
|
"name": "Simon Lydell"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lydell/json-stringify-pretty-compact/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.",
|
|
"devDependencies": {
|
|
"eslint": "5.13.0",
|
|
"eslint-config-lydell": "13.0.0",
|
|
"eslint-plugin-jest": "22.2.2",
|
|
"eslint-plugin-prettier": "3.0.1",
|
|
"jest": "24.0.0",
|
|
"prettier": "1.16.3"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/lydell/json-stringify-pretty-compact#readme",
|
|
"keywords": [
|
|
"JSON",
|
|
"stringify",
|
|
"pretty",
|
|
"print",
|
|
"pretty-print",
|
|
"compact",
|
|
"indent",
|
|
"format",
|
|
"formatter"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "json-stringify-pretty-compact",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lydell/json-stringify-pretty-compact.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "jest --coverage",
|
|
"eslint": "eslint .",
|
|
"eslint:fix": "npm run eslint -- --fix",
|
|
"jest": "jest",
|
|
"prepublishOnly": "npm test",
|
|
"prettier": "prettier --write \"**/*.{md,ts}\"",
|
|
"test": "npm run eslint && npm run coverage"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|