Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / preserve / package.json
1 {
2   "_args": [
3     [
4       "preserve@^0.2.0",
5       "/var/www/yaffs/node_modules/braces"
6     ]
7   ],
8   "_from": "preserve@>=0.2.0 <0.3.0",
9   "_id": "preserve@0.2.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/preserve",
13   "_npmUser": {
14     "email": "github@sellside.com",
15     "name": "jonschlinkert"
16   },
17   "_npmVersion": "1.4.23",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "preserve",
21     "raw": "preserve@^0.2.0",
22     "rawSpec": "^0.2.0",
23     "scope": null,
24     "spec": ">=0.2.0 <0.3.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/braces"
29   ],
30   "_resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
31   "_shasum": "815ed1f6ebc65926f865b310c0713bcb3315ce4b",
32   "_shrinkwrap": null,
33   "_spec": "preserve@^0.2.0",
34   "_where": "/var/www/yaffs/node_modules/braces",
35   "author": {
36     "name": "Jon Schlinkert",
37     "url": "https://github.com/jonschlinkert"
38   },
39   "bugs": {
40     "url": "https://github.com/jonschlinkert/preserve/issues"
41   },
42   "dependencies": {},
43   "description": "Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.",
44   "devDependencies": {
45     "benchmarked": "^0.1.3",
46     "chalk": "^0.5.1",
47     "js-beautify": "^1.5.4",
48     "mocha": "*",
49     "should": "*"
50   },
51   "directories": {},
52   "dist": {
53     "shasum": "815ed1f6ebc65926f865b310c0713bcb3315ce4b",
54     "tarball": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz"
55   },
56   "engines": {
57     "node": ">=0.10.0"
58   },
59   "gitHead": "1bf405d35e4aea06a2ee83db2d34dc54abc0a1f9",
60   "homepage": "https://github.com/jonschlinkert/preserve",
61   "keywords": [
62     "escape",
63     "format",
64     "placeholder",
65     "placeholders",
66     "prettify",
67     "regex",
68     "replace",
69     "template",
70     "templates",
71     "token",
72     "tokens"
73   ],
74   "license": {
75     "type": "MIT",
76     "url": "https://github.com/jonschlinkert/preserve/blob/master/LICENSE-MIT"
77   },
78   "main": "index.js",
79   "maintainers": [
80     {
81       "name": "jonschlinkert",
82       "email": "github@sellside.com"
83     }
84   ],
85   "name": "preserve",
86   "optionalDependencies": {},
87   "readme": "ERROR: No README data found!",
88   "repository": {
89     "type": "git",
90     "url": "git://github.com/jonschlinkert/preserve.git"
91   },
92   "scripts": {
93     "test": "mocha -R spec"
94   },
95   "version": "0.2.0"
96 }