1234567891011121314151617181920 |
- {
- "name": "atpath",
- "version": "0.1.0",
- "description": "Access and copy-on-modify JavaScript objects, including maps, using deep paths.",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://lolg.it/herby/atpath.git"
- },
- "keywords": [
- "immutable",
- "deep",
- "copy on write"
- ],
- "author": "Herby Vojčík <herby@mailbox.sk>",
- "license": "MIT"
- }
|