| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_args": [
- [
- "clonedeep@2.0.0",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_from": "clonedeep@2.0.0",
- "_id": "clonedeep@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-jOygd39He78x/oyHGq9jo5C7wnI=",
- "_location": "/clonedeep",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "clonedeep@2.0.0",
- "name": "clonedeep",
- "escapedName": "clonedeep",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/tree-table-vue",
- "/v-org-tree"
- ],
- "_resolved": "https://registry.npmjs.org/clonedeep/-/clonedeep-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "Josh Ghent",
- "email": "me@joshghent.com",
- "url": "https://joshghent.com"
- },
- "bugs": {
- "url": "https://github.com/joshghent/deepClone/issues"
- },
- "description": "Deep copy library for any data structure",
- "devDependencies": {
- "chai": "3.5.0",
- "mocha": "3.1.1"
- },
- "homepage": "https://github.com/joshghent/deepClone#readme",
- "keywords": [
- "deep",
- "clone",
- "copy",
- "data",
- "data structures",
- "deep copy",
- "deep clone"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "clonedeep",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/joshghent/deepClone.git"
- },
- "scripts": {
- "test": "mocha test.js"
- },
- "version": "2.0.0"
- }
|