json-cyclic
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "json-cyclic", | ||
"description": "Small utility library to replace circular references in JavaScript with JSONPaths", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"person": "John Flockton <hello@johnflockton.com>", | ||
@@ -9,8 +9,8 @@ "main": "dist/index.js", | ||
"prepare": "npm run build", | ||
"build": "./node_modules/.bin/microbundle", | ||
"dev": "./node_modules/.bin/microbundle watch", | ||
"format": "prettier --write \"./src/**/*.js\"", | ||
"format:check": "prettier --list-different \"./src/**/*.js\"", | ||
"lint": "eslint \"./src/**/*.js\"", | ||
"test": "jest --coverage" | ||
"build": "npx microbundle", | ||
"dev": "npx microbundle watch", | ||
"format": "npx prettier --write \".//**/*.js\"", | ||
"format:check": "npx prettier --list-different \"./src/**/*.js\"", | ||
"lint": "npx eslint \"./src/**/*.js\"", | ||
"test": "npx jest --coverage" | ||
}, | ||
@@ -38,18 +38,27 @@ "files": [ | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-preset-env": "^1.7.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-prettier": "^2.6.0", | ||
"jest": "^22.4.4", | ||
"microbundle": "^0.6.0", | ||
"prettier": "^1.13.5" | ||
"@babel/core": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"babel-jest": "^24.8.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-prettier": "^4.2.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"jest": "^24.8.0", | ||
"microbundle": "^0.11.0", | ||
"prettier": "^1.17.0" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"env" | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"targets": { | ||
"node": "current" | ||
} | ||
} | ||
] | ||
] | ||
}, | ||
"jest": { | ||
"clearMocks": true, | ||
"coverageDirectory": "coverage", | ||
"testEnvironment": "node", | ||
@@ -56,0 +65,0 @@ "collectCoverageFrom": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
19618
8