Initial commit
[yaffs-website] / node_modules / fined / package.json
1 {
2   "_args": [
3     [
4       "fined@^1.0.1",
5       "/var/www/yaffs/node_modules/liftoff"
6     ]
7   ],
8   "_from": "fined@>=1.0.1 <2.0.0",
9   "_id": "fined@1.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/fined",
13   "_nodeVersion": "0.10.41",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/fined-1.0.2.tgz_1475705448430_0.6886874639894813"
17   },
18   "_npmUser": {
19     "email": "blaine.bublitz@gmail.com",
20     "name": "phated"
21   },
22   "_npmVersion": "2.15.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "fined",
26     "raw": "fined@^1.0.1",
27     "rawSpec": "^1.0.1",
28     "scope": null,
29     "spec": ">=1.0.1 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/liftoff"
34   ],
35   "_resolved": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
36   "_shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
37   "_shrinkwrap": null,
38   "_spec": "fined@^1.0.1",
39   "_where": "/var/www/yaffs/node_modules/liftoff",
40   "author": {
41     "name": "JS CLI Team",
42     "url": "https://github.com/js-cli"
43   },
44   "bugs": {
45     "url": "https://github.com/js-cli/fined/issues"
46   },
47   "contributors": [
48     {
49       "name": "Takayuki Sato",
50       "email": "t110000508260@yahoo.co.jp"
51     },
52     {
53       "name": "Blaine Bublitz",
54       "email": "blaine.bublitz@gmail.com"
55     }
56   ],
57   "dependencies": {
58     "expand-tilde": "^1.2.1",
59     "lodash.assignwith": "^4.0.7",
60     "lodash.isempty": "^4.2.1",
61     "lodash.isplainobject": "^4.0.4",
62     "lodash.isstring": "^4.0.1",
63     "lodash.pick": "^4.2.1",
64     "parse-filepath": "^1.0.1"
65   },
66   "description": "Find a file given a declaration of locations",
67   "devDependencies": {
68     "eslint": "^1.7.3",
69     "eslint-config-gulp": "^2.0.0",
70     "expect": "^1.19.0",
71     "istanbul": "^0.4.3",
72     "istanbul-coveralls": "^1.0.3",
73     "jscs": "^2.3.5",
74     "jscs-preset-gulp": "^1.0.0",
75     "mocha": "^2.4.5"
76   },
77   "directories": {},
78   "dist": {
79     "shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
80     "tarball": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz"
81   },
82   "engines": {
83     "node": ">= 0.10"
84   },
85   "files": [
86     "LICENSE",
87     "index.js"
88   ],
89   "gitHead": "850b8dde2e520878a7ff62b9a6b4a45c82d19889",
90   "homepage": "https://github.com/js-cli/fined#readme",
91   "keywords": [],
92   "license": "MIT",
93   "main": "index.js",
94   "maintainers": [
95     {
96       "name": "phated",
97       "email": "blaine.bublitz@gmail.com"
98     }
99   ],
100   "name": "fined",
101   "optionalDependencies": {},
102   "readme": "ERROR: No README data found!",
103   "repository": {
104     "type": "git",
105     "url": "git+https://github.com/js-cli/fined.git"
106   },
107   "scripts": {
108     "cover": "istanbul cover _mocha --report lcovonly",
109     "coveralls": "npm run cover && istanbul-coveralls",
110     "lint": "eslint . && jscs index.js test/",
111     "pretest": "npm run lint",
112     "test": "mocha --async-only"
113   },
114   "version": "1.0.2"
115 }