UNPKG

@marcopeg/dotted

Version:
44 lines (43 loc) 1.36 kB
{ "name": "@marcopeg/dotted", "description": "Extract data from an object using a dotted notation", "version": "1.12.0", "author": "Marco Pegoraro <marco.pegoraro@gmail.com", "bugs": { "url": "https://github.com/marcopeg/npm-packages/issues" }, "dependencies": { "@babel/runtime": "^7.4.4" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.4", "@forrestjs/babel-preset-package": "^2.9.4", "cross-env": "^5.1.4", "jest": "^25.1.0" }, "homepage": "https://github.com/marcopeg/npm-packages/tree/master/packages/dotted#readme", "keywords": [ "object", "extract", "dot", "path", "dotted", "properties", "value" ], "license": "MIT", "publishConfig": { "access": "public" }, "repository": "https://github.com/marcopeg/npm-packages/tree/master/packages/dotted", "scripts": { "clean": "rm -rf node_modules && rm -f yarn.lock && rm -f package-lock.json && rm -rf lib", "test": "jest", "build": "babel src --out-dir . --ignore '**/*.test.js'", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir . --ignore '**/*.test.js'", "watch:to": "babel -w src --out-dir \"${TARGET}/node_modules/${npm_package_name}\" --ignore '**/*.test.js'" }, "gitHead": "75de57454aaef70c0cba0f44efd3b5a10f0c5075" }