{
  "_args": [
    [
      "nanoclone@0.2.1",
      "/home/vkuser/www/minimal"
    ]
  ],
  "_from": "nanoclone@0.2.1",
  "_id": "nanoclone@0.2.1",
  "_inBundle": false,
  "_integrity": "sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==",
  "_location": "/nanoclone",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nanoclone@0.2.1",
    "name": "nanoclone",
    "escapedName": "nanoclone",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "/yup"
  ],
  "_resolved": "https://registry.npmjs.org/nanoclone/-/nanoclone-0.2.1.tgz",
  "_spec": "0.2.1",
  "_where": "/home/vkuser/www/minimal",
  "author": {
    "name": "Anton Kosykh",
    "email": "kelin2025@yandex.ru"
  },
  "bugs": {
    "url": "https://github.com/kelin2025/nanoclone/issues"
  },
  "description": "300B to deep clone JavaScript objects",
  "devDependencies": {
    "eslint": "^4.11.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "jest": "^21.2.1",
    "jsdom": "^11.4.0",
    "rollup": "^0.53.3",
    "size-limit": "^0.13.2"
  },
  "homepage": "https://github.com/kelin2025/nanoclone#readme",
  "keywords": [
    "clone",
    "deep",
    "nano",
    "nanoclone",
    "deepclone"
  ],
  "license": "MIT",
  "main": "index.js",
  "module": "src/index.js",
  "name": "nanoclone",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kelin2025/nanoclone.git"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint src/*.js test/*.js",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "size": "size-limit",
    "test": "jest --coverage && npm run lint"
  },
  "version": "0.2.1"
}
