blob: 4d25bda4d84666748aa5fbb4ab9cea36bcf18445 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "clone-stats@^1.0.0",
3 "_id": "clone-stats@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=",
6 "_location": "/clone-stats",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "clone-stats@^1.0.0",
12 "name": "clone-stats",
13 "escapedName": "clone-stats",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/vinyl"
20 ],
21 "_resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz",
22 "_shasum": "b3782dff8bb5474e18b9b6bf0fdfe782f8777680",
23 "_spec": "clone-stats@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl",
25 "author": {
26 "name": "Hugh Kennedy",
27 "email": "hughskennedy@gmail.com",
28 "url": "http://hughsk.io/"
29 },
30 "browser": "index.js",
31 "bugs": {
32 "url": "https://github.com/hughsk/clone-stats/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {},
36 "deprecated": false,
37 "description": "Safely clone node's fs.Stats instances without losing their class methods",
38 "devDependencies": {
39 "tape": "~2.3.2"
40 },
41 "homepage": "https://github.com/hughsk/clone-stats",
42 "keywords": [
43 "stats",
44 "fs",
45 "clone",
46 "copy",
47 "prototype"
48 ],
49 "license": "MIT",
50 "main": "index.js",
51 "name": "clone-stats",
52 "repository": {
53 "type": "git",
54 "url": "git://github.com/hughsk/clone-stats.git"
55 },
56 "scripts": {
57 "test": "node test"
58 },
59 "version": "1.0.0"
60}