1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
| {
| "_args": [
| [
| "find-babel-config@1.2.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_development": true,
| "_from": "find-babel-config@1.2.0",
| "_id": "find-babel-config@1.2.0",
| "_inBundle": false,
| "_integrity": "sha512-jB2CHJeqy6a820ssiqwrKMeyC6nNdmrcgkKWJWmpoxpE8RKciYJXCcXRq1h2AzCo5I5BJeN2tkGEO3hLTuePRA==",
| "_location": "/find-babel-config",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "find-babel-config@1.2.0",
| "name": "find-babel-config",
| "escapedName": "find-babel-config",
| "rawSpec": "1.2.0",
| "saveSpec": null,
| "fetchSpec": "1.2.0"
| },
| "_requiredBy": [
| "/vue-jest"
| ],
| "_resolved": "https://registry.npmjs.org/find-babel-config/-/find-babel-config-1.2.0.tgz",
| "_spec": "1.2.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Tommy Leunen",
| "email": "tommy.leunen@gmail.com",
| "url": "http://tommyleunen.com"
| },
| "bugs": {
| "url": "https://github.com/tleunen/find-babel-config/issues"
| },
| "dependencies": {
| "json5": "^0.5.1",
| "path-exists": "^3.0.0"
| },
| "description": "Find the closest babel config based on a directory",
| "devDependencies": {
| "babel-cli": "^6.24.1",
| "babel-jest": "^20.0.0",
| "babel-preset-env": "^1.4.0",
| "eslint": "^3.19.0",
| "eslint-config-airbnb-base": "^11.1.3",
| "eslint-plugin-import": "^2.2.0",
| "jest": "^20.0.0",
| "standard-version": "^4.0.0"
| },
| "engines": {
| "node": ">=4.0.0"
| },
| "greenkeeper": {
| "ignore": [
| "eslint",
| "eslint-plugin-import",
| "babel-jest"
| ]
| },
| "homepage": "https://github.com/tleunen/find-babel-config#readme",
| "jest": {
| "testRegex": "/test/.*\\.test\\.js$",
| "collectCoverageFrom": [
| "src/**/*.js"
| ]
| },
| "keywords": [
| "babel",
| "config",
| "loader",
| "finder",
| "babelrc"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "find-babel-config",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/tleunen/find-babel-config.git"
| },
| "scripts": {
| "compile": "babel src --out-dir lib",
| "lint": "eslint src test",
| "prepublish": "npm run compile",
| "pretest": "npm run lint",
| "release": "standard-version",
| "test": "jest",
| "test:coverage": "jest --coverage",
| "test:watch": "jest --watch"
| },
| "version": "1.2.0"
| }
|
|