UNPKG

exempt

Version:

A better way to use Array.prototype.splice method.

52 lines 1.4 kB
{ "name": "parsfy", "version": "0.2.0", "description": "Parse JSON structure properly.", "main": "parsfy.js", "support": "parsfy.support.js", "deploy": "parsfy.deploy.js", "browser": "parsfy.deploy.js", "scripts": { "build": "babel parsfy.js --out-file parsfy.support.js --source-maps && webpack --progress --display-modules", "pristine": "rsetmod clean && flxc execute ./.install.sh", "clear": "rsetmod clean --clear", "formal": "jesy apply '*.json'", "pretest": "npm run clear && npm run build", "test": "node parsfy-test.js", "posttest": "npm run formal" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/parsfy.git" }, "keywords": [ "parse", "json", "structure", "properly", "parsfy" ], "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>", "contributors": [ "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/volkovasystems/parsfy/issues" }, "homepage": "https://github.com/volkovasystems/parsfy#readme", "dependencies": { "babel-runtime": "^6.25.0", "circular-json": "^0.3.3", "falzy": "^0.23.0", "protype": "^0.24.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-latest": "^6.24.1", "source-map-loader": "^0.2.1", "webpack": "^3.4.1" } }