object-path
Advanced tools
Comparing version 0.9.1 to 0.9.2
{ | ||
"name": "object-path", | ||
"description": "Access deep properties using a path", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"author": { | ||
@@ -26,33 +26,2 @@ "name": "Mario Casciaro" | ||
}, | ||
"testling": { | ||
"browsers": { | ||
"ie": [ | ||
8, | ||
9 | ||
], | ||
"firefox": [ | ||
10, | ||
24 | ||
], | ||
"chrome": [ | ||
30, | ||
22 | ||
], | ||
"safari": [ | ||
5, | ||
6 | ||
], | ||
"opera": [ | ||
15 | ||
], | ||
"iphone": [ | ||
6 | ||
], | ||
"android-browser": [ | ||
4.2 | ||
] | ||
}, | ||
"harness": "mocha", | ||
"files": "test.js" | ||
}, | ||
"keywords": [ | ||
@@ -62,5 +31,16 @@ "deep", | ||
"access", | ||
"bean" | ||
"bean", | ||
"get", | ||
"property", | ||
"dot", | ||
"prop", | ||
"object", | ||
"obj", | ||
"notation", | ||
"segment", | ||
"value", | ||
"nested", | ||
"key" | ||
], | ||
"license": "MIT" | ||
} |
@@ -14,4 +14,2 @@ | ||
[![browser support](https://ci.testling.com/mariocasciaro/object-path.png)](https://ci.testling.com/mariocasciaro/object-path) | ||
## Install | ||
@@ -31,2 +29,8 @@ | ||
### Typescript typings | ||
``` | ||
tsd query object-path --action install --save | ||
``` | ||
## Usage | ||
@@ -109,5 +113,1 @@ | ||
* [Paulo Cesar](https://github.com/pocesar) - Major contributor | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32560