Sha256: a966887ef45ef8480a855ef78a51277f91baa9521782b6011f2974ef6036f26f
Contents?: true
Size: 693 Bytes
Versions: 8
Compression:
Stored size: 693 Bytes
Contents
{ "name": "objectpath", "author": "Mike Marcacci <mike.marcacci@gmail.com>", "license": "MIT", "version": "1.0.5", "description": "Parse js object paths using both dot and bracket notation. Stringify an array of properties into a valid path.", "main": "lib/ObjectPath.js", "ignore": [ "**/.*", "node_modules", "test", "bower_components", "tests" ], "homepage": "https://github.com/mike-marcacci/objectpath", "authors": [ "Mike Marcacci <mike.marcacci@gmail.com>" ], "moduleType": [ "amd", "globals", "node" ], "keywords": [ "js object", "dot notation", "bracket notation", "path", "parse", "string" ] }
Version data entries
8 entries across 8 versions & 1 rubygems