aboutsummaryrefslogtreecommitdiff
path: root/node_modules/clone-stats
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/clone-stats
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/clone-stats')
-rw-r--r--node_modules/clone-stats/package.json95
1 files changed, 16 insertions, 79 deletions
diff --git a/node_modules/clone-stats/package.json b/node_modules/clone-stats/package.json
index 450a4ba30..acef8550c 100644
--- a/node_modules/clone-stats/package.json
+++ b/node_modules/clone-stats/package.json
@@ -1,68 +1,24 @@
{
- "_args": [
- [
- {
- "raw": "clone-stats@^0.0.1",
- "scope": null,
- "escapedName": "clone-stats",
- "name": "clone-stats",
- "rawSpec": "^0.0.1",
- "spec": ">=0.0.1 <0.0.2",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util/node_modules/vinyl"
- ]
- ],
- "_from": "clone-stats@>=0.0.1 <0.0.2",
- "_id": "clone-stats@0.0.1",
- "_inCache": true,
- "_location": "/clone-stats",
- "_npmUser": {
- "name": "hughsk",
- "email": "hughskennedy@gmail.com"
- },
- "_npmVersion": "1.3.22",
- "_phantomChildren": {},
- "_requested": {
- "raw": "clone-stats@^0.0.1",
- "scope": null,
- "escapedName": "clone-stats",
- "name": "clone-stats",
- "rawSpec": "^0.0.1",
- "spec": ">=0.0.1 <0.0.2",
- "type": "range"
- },
- "_requiredBy": [
- "/gulp-gzip/vinyl",
- "/gulp-sourcemaps/vinyl",
- "/gulp-sym/vinyl",
- "/gulp-util/vinyl",
- "/gulp/vinyl",
- "/vinyl-fs/vinyl"
- ],
- "_resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
- "_shasum": "b88f94a82cf38b8791d58046ea4029ad88ca99d1",
- "_shrinkwrap": null,
- "_spec": "clone-stats@^0.0.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util/node_modules/vinyl",
- "author": {
- "name": "Hugh Kennedy",
- "email": "hughskennedy@gmail.com",
- "url": "http://hughsk.io/"
- },
+ "name": "clone-stats",
+ "description": "Safely clone node's fs.Stats instances without losing their class methods",
+ "version": "1.0.0",
+ "main": "index.js",
"browser": "index.js",
- "bugs": {
- "url": "https://github.com/hughsk/clone-stats/issues"
- },
"dependencies": {},
- "description": "Safely clone node's fs.Stats instances without losing their class methods",
"devDependencies": {
"tape": "~2.3.2"
},
- "directories": {},
- "dist": {
- "shasum": "b88f94a82cf38b8791d58046ea4029ad88ca99d1",
- "tarball": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz"
+ "scripts": {
+ "test": "node test"
+ },
+ "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/hughsk/clone-stats"
+ },
+ "bugs": {
+ "url": "https://github.com/hughsk/clone-stats/issues"
},
"homepage": "https://github.com/hughsk/clone-stats",
"keywords": [
@@ -71,24 +27,5 @@
"clone",
"copy",
"prototype"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "hughsk",
- "email": "hughskennedy@gmail.com"
- }
- ],
- "name": "clone-stats",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/hughsk/clone-stats.git"
- },
- "scripts": {
- "test": "node test"
- },
- "version": "0.0.1"
+ ]
}