{"_id":"dot-parts","_rev":"331066","name":"dot-parts","description":"Split a dot property into its parts","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"bendrucker","email":"bvdrucker@gmail.com"}],"time":{"modified":"2021-06-07T02:46:29.000Z","created":"2015-07-13T18:42:33.360Z","1.0.1":"2015-07-14T13:56:07.357Z","1.0.0":"2015-07-13T18:42:33.360Z"},"users":{},"author":{"name":"Ben Drucker","email":"bvdrucker@gmail.com","url":"bendrucker.me"},"repository":{"type":"git","url":"git+https://github.com/bendrucker/dot-parts.git"},"versions":{"1.0.1":{"name":"dot-parts","main":"index.js","version":"1.0.1","description":"Split a dot property into its parts","license":"MIT","repository":{"type":"git","url":"git+https://github.com/bendrucker/dot-parts.git"},"author":{"name":"Ben Drucker","email":"bvdrucker@gmail.com","url":"bendrucker.me"},"scripts":{"test":"standard && tape test.js"},"keywords":["dot","prop","identifier","part"],"devDependencies":{"tape":"^4.0.0","standard":"^4.0.0"},"files":["index.js"],"gitHead":"3bf3a9609a66b23f914e90cec301540205000087","bugs":{"url":"https://github.com/bendrucker/dot-parts/issues"},"homepage":"https://github.com/bendrucker/dot-parts#readme","_id":"dot-parts@1.0.1","_shasum":"884bd7bcfc3082ffad2fe5db53e494d8f3e0743f","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.3","_npmUser":{"name":"bendrucker","email":"bvdrucker@gmail.com"},"dist":{"shasum":"884bd7bcfc3082ffad2fe5db53e494d8f3e0743f","size":1587,"noattachment":false,"key":"/dot-parts/-/dot-parts-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/dot-parts/download/dot-parts-1.0.1.tgz"},"maintainers":[{"name":"bendrucker","email":"bvdrucker@gmail.com"}],"directories":{},"publish_time":1436882167357,"_cnpm_publish_time":1436882167357,"_hasShrinkwrap":false},"1.0.0":{"name":"dot-parts","main":"index.js","version":"1.0.0","description":"Split a dot property into its parts","license":"MIT","repository":{"type":"git","url":"git+https://github.com/bendrucker/dot-parts.git"},"author":{"name":"Ben Drucker","email":"bvdrucker@gmail.com","url":"bendrucker.me"},"scripts":{"test":"standard && tape test.js"},"keywords":["dot","prop","identifier","part"],"devDependencies":{"tape":"^4.0.0","standard":"^4.0.0"},"files":["index.js"],"gitHead":"41e2eb4d4d30b3fc59128a5b7582c9514603fb6c","bugs":{"url":"https://github.com/bendrucker/dot-parts/issues"},"homepage":"https://github.com/bendrucker/dot-parts#readme","_id":"dot-parts@1.0.0","_shasum":"607ff107d8294998e57ecfc5df59c752902b19a3","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.3","_npmUser":{"name":"bendrucker","email":"bvdrucker@gmail.com"},"dist":{"shasum":"607ff107d8294998e57ecfc5df59c752902b19a3","size":1582,"noattachment":false,"key":"/dot-parts/-/dot-parts-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/dot-parts/download/dot-parts-1.0.0.tgz"},"maintainers":[{"name":"bendrucker","email":"bvdrucker@gmail.com"}],"directories":{},"publish_time":1436812953360,"_cnpm_publish_time":1436812953360,"_hasShrinkwrap":false}},"readme":"# dot-parts [![Build Status](https://travis-ci.org/bendrucker/dot-parts.svg?branch=master)](https://travis-ci.org/bendrucker/dot-parts)\n\n> Split a dot property into its parts\n\n\n## Install\n\n```\n$ npm install --save dot-parts\n```\n\n\n## Usage\n\n```js\nvar dotParts = require('dot-parts')\n\n// normal\ndotParts('foo.bar.baz')\n//=> ['foo', 'bar', 'baz']\n\n// escaping with \\\\\ndotParts('foo\\\\.bar', 'baz')\n//=> ['foo.bar', 'baz']\n```\n\n## API\n\n#### `dotParts(path)` -> `array[string]`\n\n##### path\n\n*Required*  \nType: `string`\n\nA dot-delimeted path.\n\n\n## License\n\nMIT © [Ben Drucker](http://bendrucker.me)\n","_attachments":{},"homepage":"https://github.com/bendrucker/dot-parts#readme","bugs":{"url":"https://github.com/bendrucker/dot-parts/issues"},"license":"MIT"}