blob: 1c2bb52e9aa8559b6df5ac70cd259da5c712b879 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "to-object-path@^0.3.0",
3 "_id": "to-object-path@0.3.0",
4 "_inBundle": false,
5 "_integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
6 "_location": "/to-object-path",
7 "_phantomChildren": {
8 "is-buffer": "1.1.6"
9 },
10 "_requested": {
11 "type": "range",
12 "registry": true,
13 "raw": "to-object-path@^0.3.0",
14 "name": "to-object-path",
15 "escapedName": "to-object-path",
16 "rawSpec": "^0.3.0",
17 "saveSpec": null,
18 "fetchSpec": "^0.3.0"
19 },
20 "_requiredBy": [
21 "/cache-base"
22 ],
23 "_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
24 "_shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
25 "_spec": "to-object-path@^0.3.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\cache-base",
27 "author": {
28 "name": "Jon Schlinkert",
29 "url": "https://github.com/jonschlinkert"
30 },
31 "bugs": {
32 "url": "https://github.com/jonschlinkert/to-object-path/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "kind-of": "^3.0.2"
37 },
38 "deprecated": false,
39 "description": "Create an object path from a list or array of strings.",
40 "devDependencies": {
41 "base": "^0.6.7",
42 "mocha": "*"
43 },
44 "engines": {
45 "node": ">=0.10.0"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/jonschlinkert/to-object-path",
51 "keywords": [
52 "dot",
53 "nested",
54 "notation",
55 "object",
56 "path",
57 "stringify"
58 ],
59 "license": "MIT",
60 "main": "index.js",
61 "name": "to-object-path",
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/jonschlinkert/to-object-path.git"
65 },
66 "scripts": {
67 "test": "mocha"
68 },
69 "verb": {
70 "related": {
71 "list": [
72 "get-value",
73 "set-value",
74 "has-value",
75 "omit-value",
76 "unset-value"
77 ]
78 }
79 },
80 "version": "0.3.0"
81}