Sha256: 46a47cb1dfe0529e2b8d1aa568994facdf1086b2dc2ecce5f71bed6cfce4191b
Contents?: true
Size: 860 Bytes
Versions: 8
Compression:
Stored size: 860 Bytes
Contents
{ "name": "objectpath", "author": "Mike Marcacci <mike.marcacci@gmail.com>", "license": "MIT", "version": "1.2.1", "description": "Parse js object paths using both dot and bracket notation. Stringify an array of properties into a valid path.", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha test/*" }, "devDependencies": { "chai": "^1.9.1", "mocha": "^1.21.0" }, "keywords": [ "js object", "dot notation", "bracket notation", "path", "parse", "string", "object path", "object" ], "dependencies": {}, "repository": { "type": "git", "url": "https://github.com/mike-marcacci/objectpath.git" }, "bugs": { "url": "https://github.com/mike-marcacci/objectpath/issues" }, "homepage": "https://github.com/mike-marcacci/objectpath" }
Version data entries
8 entries across 8 versions & 1 rubygems