aboutsummaryrefslogtreecommitdiff
path: root/node_modules/preserve
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/preserve
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/preserve')
-rw-r--r--node_modules/preserve/package.json98
1 files changed, 21 insertions, 77 deletions
diff --git a/node_modules/preserve/package.json b/node_modules/preserve/package.json
index 6f1a79a0a..056c0faea 100644
--- a/node_modules/preserve/package.json
+++ b/node_modules/preserve/package.json
@@ -1,54 +1,30 @@
{
- "_args": [
- [
- {
- "raw": "preserve@^0.2.0",
- "scope": null,
- "escapedName": "preserve",
- "name": "preserve",
- "rawSpec": "^0.2.0",
- "spec": ">=0.2.0 <0.3.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/braces"
- ]
- ],
- "_from": "preserve@>=0.2.0 <0.3.0",
- "_id": "preserve@0.2.0",
- "_inCache": true,
- "_location": "/preserve",
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "1.4.23",
- "_phantomChildren": {},
- "_requested": {
- "raw": "preserve@^0.2.0",
- "scope": null,
- "escapedName": "preserve",
- "name": "preserve",
- "rawSpec": "^0.2.0",
- "spec": ">=0.2.0 <0.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/braces"
- ],
- "_resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
- "_shasum": "815ed1f6ebc65926f865b310c0713bcb3315ce4b",
- "_shrinkwrap": null,
- "_spec": "preserve@^0.2.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/braces",
+ "name": "preserve",
+ "description": "Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.",
+ "version": "0.2.0",
+ "homepage": "https://github.com/jonschlinkert/preserve",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/jonschlinkert/preserve.git"
+ },
"bugs": {
"url": "https://github.com/jonschlinkert/preserve/issues"
},
- "dependencies": {},
- "description": "Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.",
+ "license": {
+ "type": "MIT",
+ "url": "https://github.com/jonschlinkert/preserve/blob/master/LICENSE-MIT"
+ },
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "mocha -R spec"
+ },
"devDependencies": {
"benchmarked": "^0.1.3",
"chalk": "^0.5.1",
@@ -56,16 +32,6 @@
"mocha": "*",
"should": "*"
},
- "directories": {},
- "dist": {
- "shasum": "815ed1f6ebc65926f865b310c0713bcb3315ce4b",
- "tarball": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "gitHead": "1bf405d35e4aea06a2ee83db2d34dc54abc0a1f9",
- "homepage": "https://github.com/jonschlinkert/preserve",
"keywords": [
"escape",
"format",
@@ -78,27 +44,5 @@
"templates",
"token",
"tokens"
- ],
- "license": {
- "type": "MIT",
- "url": "https://github.com/jonschlinkert/preserve/blob/master/LICENSE-MIT"
- },
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "preserve",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/jonschlinkert/preserve.git"
- },
- "scripts": {
- "test": "mocha -R spec"
- },
- "version": "0.2.0"
-}
+ ]
+} \ No newline at end of file