123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "json-formatter-js",
- "_id": "json-formatter-js@2.2.0",
- "_inBundle": false,
- "_integrity": "sha1-HtmHIj7y8dlFMEWX+q54tYCoISs=",
- "_location": "/json-formatter-js",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "json-formatter-js",
- "name": "json-formatter-js",
- "escapedName": "json-formatter-js",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/json-formatter-js/-/json-formatter-js-2.2.0.tgz",
- "_shasum": "1ed987223ef2f1d945304597faae78b580a8212b",
- "_spec": "json-formatter-js",
- "_where": "/home/zorro/Documents/Sahib/zweiachtzehn",
- "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)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
- },
- "testRegex": "(test/.*|\\.(test|spec))\\.(ts|tsx|js)$",
- "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.0"
- }
|