wishthis/node_modules/to-object-path/package.json

49 lines
940 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "to-object-path",
"description": "Create an object path from a list or array of strings.",
"version": "0.3.0",
"homepage": "https://github.com/jonschlinkert/to-object-path",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/to-object-path",
"bugs": {
"url": "https://github.com/jonschlinkert/to-object-path/issues"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"license": "MIT",
"files": [
"index.js"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "mocha"
2022-01-21 08:28:41 +00:00
},
"dependencies": {
"kind-of": "^3.0.2"
},
"devDependencies": {
"base": "^0.6.7",
"mocha": "*"
},
"keywords": [
"dot",
"nested",
"notation",
"object",
"path",
"stringify"
],
"verb": {
"related": {
"list": [
"get-value",
"set-value",
"has-value",
"omit-value",
"unset-value"
]
}
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}