{ "_from": "json-formatter-js@^2.2.0", "_id": "json-formatter-js@2.2.1", "_inBundle": false, "_integrity": "sha1-sQHWKOhvAo3Jz5p+HIPGXlNsn4c=", "_location": "/json-formatter-js", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "json-formatter-js@^2.2.0", "name": "json-formatter-js", "escapedName": "json-formatter-js", "rawSpec": "^2.2.0", "saveSpec": null, "fetchSpec": "^2.2.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/json-formatter-js/-/json-formatter-js-2.2.1.tgz", "_shasum": "b101d628e86f028dc9cf9a7e1c83c65e536c9f87", "_spec": "json-formatter-js@^2.2.0", "_where": "/home/zorro/Documents/schild.report/bk2019", "author": { "name": "Mohsen Azimi", "email": "me@azimi.me" }, "bugs": { "url": "https://github.com/mohsen1/json-formatter-js/issues" }, "bundleDependencies": false, "deprecated": false, "description": "JSON Formatter core library ", "devDependencies": { "@types/jest": "^19.2.2", "chai": "^3.2.0", "css-loader": "^0.26.1", "jest": "^19.0.2", "less": "^2.7.1", "less-loader": "^2.2.3", "minimist": "^1.2.0", "mocha": "^3.2.0", "style-loader": "^0.13.1", "ts-jest": "^19.0.6", "ts-loader": "^2.0.0", "typescript": "^2.2.2", "webpack": "^2.2.1", "webpack-dev-server": "^1.16.2" }, "homepage": "https://github.com/mohsen1/json-formatter-js#readme", "jest": { "transform": { ".(ts|tsx)": "/node_modules/ts-jest/preprocessor.js" }, "testRegex": "test/spec.ts", "moduleNameMapper": { ".*\\.less$": "/mocks/less.ts" }, "moduleFileExtensions": [ "ts", "tsx", "js" ] }, "keywords": [ "json" ], "license": "MIT", "main": "dist/json-formatter.js", "name": "json-formatter-js", "repository": { "type": "git", "url": "git+https://github.com/mohsen1/json-formatter-js.git" }, "scripts": { "build": "webpack && webpack --config demo/webpack.config.js", "start": "node server.js", "test": "jest" }, "types": "dist/src/index.d.js", "version": "2.2.1" }