123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "getobject@~0.1.0",
- "_id": "getobject@0.1.0",
- "_inBundle": false,
- "_integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",
- "_location": "/getobject",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "getobject@~0.1.0",
- "name": "getobject",
- "escapedName": "getobject",
- "rawSpec": "~0.1.0",
- "saveSpec": null,
- "fetchSpec": "~0.1.0"
- },
- "_requiredBy": [
- "/grunt-legacy-util"
- ],
- "_resolved": "http://registry.npm.taobao.org/getobject/download/getobject-0.1.0.tgz",
- "_shasum": "047a449789fa160d018f5486ed91320b6ec7885c",
- "_spec": "getobject@~0.1.0",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\grunt-legacy-util",
- "author": {
- "name": "\"Cowboy\" Ben Alman",
- "url": "http://benalman.com/"
- },
- "bugs": {
- "url": "https://github.com/cowboy/node-getobject/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "get.and.set.deep.objects.easily = true",
- "devDependencies": {
- "grunt": "~0.4.1",
- "grunt-contrib-jshint": "~0.1.1",
- "grunt-contrib-nodeunit": "~0.1.2",
- "grunt-contrib-watch": "~0.2.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- },
- "homepage": "https://github.com/cowboy/node-getobject",
- "keywords": [
- "dot notation",
- "properties",
- "get",
- "set",
- "object",
- "dot"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/cowboy/node-getobject/blob/master/LICENSE-MIT"
- }
- ],
- "main": "lib/getobject",
- "name": "getobject",
- "repository": {
- "type": "git",
- "url": "git://github.com/cowboy/node-getobject.git"
- },
- "scripts": {
- "test": "grunt nodeunit"
- },
- "version": "0.1.0"
- }
|