-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.69 KB
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
{
"name": "path-toolkit",
"description": "A configurable, high-speed, feature-rich object path resolver.",
"version": "1.2.1",
"repository": "https://github.com/frenchroasted/path-toolkit.git",
"homepage": "https://github.com/frenchroasted/path-toolkit",
"bugs": "https://github.com/frenchroasted/path-toolkit/issues",
"author": "Aaron Brown (https://github.com/frenchroasted/)",
"contributors": [
"Aaron Brown (https://github.com/frenchroasted/)"
],
"license": "Apache-2.0",
"keywords": [
"dot",
"exp",
"expression",
"key",
"keys",
"keypath",
"notation",
"path"
],
"main": "index.js",
"scripts": {},
"dependencies": {},
"devDependencies": {
"babel-preset-es2015-rollup": "1.2.0",
"babel-register": "6.14.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chalk": "1.1.3",
"esprima": "4.0.1",
"express": "4.17.1",
"gulp": "^4.0.0",
"gulp-bench": "1.1.0",
"gulp-concat": "2.6.0",
"gulp-debug": "4.0.0",
"gulp-filter": "6.0.0",
"gulp-istanbul": "1.1.3",
"gulp-jsdoc-to-markdown": "1.2.2",
"gulp-mocha": "7.0.2",
"gulp-nodemon": "2.5.0",
"gulp-rename": "2.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.7",
"keypather": "2.0.1",
"lodash.get": "4.4.2",
"lodash.set": "4.3.2",
"mout": "0.11",
"merge-stream": "1.0.0",
"microtime": "3.0.0",
"mocha": "7.1.1",
"jade": "1.11.0",
"rollup-plugin-babel": "2.6.1",
"rollup-stream": "1.14.0",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"yargs": "5.0.0"
},
"engines": {
"node": ">=4.2.3"
}
}