1
|
{
|
2
|
"name": "to-object-path",
|
3
|
"description": "Create an object path from a list or array of strings.",
|
4
|
"version": "0.3.0",
|
5
|
"homepage": "https://github.com/jonschlinkert/to-object-path",
|
6
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7
|
"repository": "jonschlinkert/to-object-path",
|
8
|
"bugs": {
|
9
|
"url": "https://github.com/jonschlinkert/to-object-path/issues"
|
10
|
},
|
11
|
"license": "MIT",
|
12
|
"files": [
|
13
|
"index.js"
|
14
|
],
|
15
|
"main": "index.js",
|
16
|
"engines": {
|
17
|
"node": ">=0.10.0"
|
18
|
},
|
19
|
"scripts": {
|
20
|
"test": "mocha"
|
21
|
},
|
22
|
"dependencies": {
|
23
|
"kind-of": "^3.0.2"
|
24
|
},
|
25
|
"devDependencies": {
|
26
|
"base": "^0.6.7",
|
27
|
"mocha": "*"
|
28
|
},
|
29
|
"keywords": [
|
30
|
"dot",
|
31
|
"nested",
|
32
|
"notation",
|
33
|
"object",
|
34
|
"path",
|
35
|
"stringify"
|
36
|
],
|
37
|
"verb": {
|
38
|
"related": {
|
39
|
"list": [
|
40
|
"get-value",
|
41
|
"set-value",
|
42
|
"has-value",
|
43
|
"omit-value",
|
44
|
"unset-value"
|
45
|
]
|
46
|
}
|
47
|
}
|
48
|
}
|