{"_id":"lodash-decorators","_rev":"229673","name":"lodash-decorators","description":"A collection of decorators using lodash at it's core.","dist-tags":{"beta":"4.0.2","latest":"6.0.1"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"time":{"modified":"2021-06-03T15:45:09.000Z","created":"2015-05-21T17:08:53.043Z","6.0.1":"2018-12-22T19:56:16.702Z","6.0.0":"2018-06-17T11:42:10.765Z","5.0.1":"2018-06-02T01:05:39.690Z","5.0.0":"2018-03-17T13:21:32.641Z","4.5.0":"2017-11-03T12:37:17.353Z","4.4.1":"2017-08-12T13:01:37.085Z","4.4.0":"2017-08-06T18:10:43.038Z","4.3.5":"2017-06-15T15:23:56.243Z","4.3.4":"2017-05-22T22:26:04.130Z","4.3.3":"2017-05-19T22:35:01.998Z","4.3.2":"2017-05-19T22:04:45.968Z","4.3.1":"2017-05-06T13:15:09.130Z","4.2.1":"2017-05-03T22:56:12.741Z","4.2.0":"2017-04-28T16:08:02.404Z","4.1.0":"2017-04-27T23:14:44.752Z","4.0.3":"2017-04-26T19:06:49.189Z","4.0.2":"2017-04-26T16:03:42.765Z","4.0.1":"2017-04-25T19:12:44.647Z","4.0.0":"2017-04-24T16:56:35.115Z","3.0.2":"2017-04-11T21:40:38.112Z","3.0.1":"2016-01-23T13:51:54.702Z","2.0.3":"2016-01-07T13:13:31.830Z","2.0.2":"2016-01-06T14:34:10.868Z","2.0.1":"2016-01-06T14:19:23.577Z","1.1.0":"2015-11-24T19:41:50.304Z","1.0.6":"2015-10-19T13:23:56.883Z","1.0.5":"2015-09-28T01:03:41.590Z","1.0.4":"2015-09-27T20:41:44.387Z","1.0.2":"2015-09-25T02:26:03.054Z","1.0.1":"2015-09-03T18:15:41.238Z","1.0.0":"2015-07-31T12:57:10.979Z","0.4.13":"2015-07-21T16:10:34.929Z","0.4.12":"2015-07-21T15:35:10.438Z","0.4.11":"2015-07-15T13:19:11.049Z","0.4.10":"2015-07-14T14:38:38.447Z","0.4.9":"2015-07-14T14:14:37.907Z","0.4.8":"2015-07-10T15:58:15.280Z","0.4.7":"2015-07-09T13:28:20.916Z","0.4.6":"2015-07-07T20:27:42.448Z","0.4.5":"2015-07-07T17:01:31.639Z","0.4.4":"2015-07-07T16:44:25.235Z","0.4.3":"2015-07-07T14:13:19.521Z","0.4.2":"2015-07-07T14:05:33.177Z","0.4.1":"2015-07-06T21:12:28.297Z","0.4.0":"2015-07-06T15:42:17.042Z","0.3.0":"2015-06-30T19:53:09.102Z","0.2.6":"2015-06-30T12:43:09.891Z","0.2.5":"2015-06-30T03:44:15.883Z","0.2.4":"2015-06-30T03:41:12.244Z","0.2.3":"2015-06-30T03:36:55.410Z","0.2.2":"2015-06-29T21:22:22.746Z","0.2.1":"2015-06-29T21:17:01.980Z","0.2.0":"2015-06-29T15:32:46.216Z","0.1.5":"2015-06-26T17:10:16.285Z","0.1.4":"2015-06-01T18:43:34.330Z","0.1.3":"2015-05-26T20:44:40.078Z","0.1.2":"2015-05-26T16:55:42.019Z","0.1.1":"2015-05-26T15:23:56.600Z","0.1.0":"2015-05-26T14:29:05.753Z","0.0.9":"2015-05-25T16:21:27.892Z","0.0.8":"2015-05-25T13:16:32.767Z","0.0.7":"2015-05-24T13:36:39.149Z","0.0.6":"2015-05-22T19:22:03.613Z","0.0.5":"2015-05-22T17:06:21.705Z","0.0.4":"2015-05-22T16:53:22.208Z","0.0.3":"2015-05-22T16:46:19.547Z","0.0.2":"2015-05-22T16:42:49.388Z","0.0.1":"2015-05-21T17:08:53.043Z"},"users":{"chocolateboy":true,"skyblue":true,"cestrensem":true,"soenkekluth":true,"chhetrisushil":true,"fabien0102":true,"dean-xu":true,"princetoad":true,"tomgao365":true},"author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"versions":{"6.0.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"6.0.1","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","typings":"index.d.ts","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.109","@types/mocha":"^2.2.48","@types/node":"^7.0.65","@types/sinon":"^2.3.7","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.1","esdoc":"^1.1.0","http-server":"^0.11.1","lodash":"^4.17.10","mocha":"^5.2.0","sinon":"~1.14.1","standard-version":"^4.4.0","ts-node":"^3.0.2","tslint":"^5.10.0","tslint-language-service":"^0.9.9","typescript":"~2.3.4"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.9.2"},"gitHead":"bf713032f1c9e31794d072241f76b2481268bffa","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@6.0.1","_npmVersion":"5.10.0","_nodeVersion":"8.3.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"f5347811ee7792eba4719042354541578142273d","size":45266,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-6.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-6.0.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators_6.0.1_1545508576513_0.7228484409141882"},"_hasShrinkwrap":false,"publish_time":1545508576702,"_cnpm_publish_time":1545508576702},"6.0.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"6.0.0","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","typings":"index.d.ts","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.109","@types/mocha":"^2.2.48","@types/node":"^7.0.65","@types/sinon":"^2.3.7","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.1","esdoc":"^0.5.2","http-server":"^0.9.0","lodash":"^4.17.10","mocha":"^3.5.3","sinon":"~1.14.1","standard-version":"^4.4.0","ts-node":"^3.0.2","tslint":"^5.10.0","tslint-language-service":"^0.9.9","typescript":"~2.3.4"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.9.2"},"gitHead":"d3573e5ccb4e4a9f87bf8ec1d3e2086e2963f835","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@6.0.0","_npmVersion":"5.10.0","_nodeVersion":"8.3.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"4e0639ba639d738e5f4993acf54bf292cc95d851","size":45253,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-6.0.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators_6.0.0_1529235730684_0.1356959977182728"},"_hasShrinkwrap":false,"publish_time":1529235730765,"_cnpm_publish_time":1529235730765},"5.0.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"5.0.1","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","typings":"index.d.ts","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","lodash":"^4.17.4","mocha":"^3.3.0","sinon":"~1.14.1","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"~2.3.4"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.7.1"},"gitHead":"571b705df77834d71d31881005f0805454bacb2b","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@5.0.1","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"5b0eca821787bf748c8311b20db88556df10ce11","size":50401,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-5.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-5.0.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators_5.0.1_1527901539596_0.6911556571459971"},"_hasShrinkwrap":false,"publish_time":1527901539690,"_cnpm_publish_time":1527901539690},"5.0.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"5.0.0","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","lodash":"^4.17.4","mocha":"^3.3.0","sinon":"~1.14.1","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"~2.3.4"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.7.1"},"gitHead":"6f123b7b7eeb1a98f1e0f1ffc2c9e8ea75f872a9","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@5.0.0","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"daf8e6888a7831e6d4088db0ed39ecdc11ec85e5","size":44750,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-5.0.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators_5.0.0_1521292892460_0.6908877310158776"},"_hasShrinkwrap":false,"publish_time":1521292892641,"_cnpm_publish_time":1521292892641},"4.5.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.5.0","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","lodash":"^4.17.4","mocha":"^3.3.0","sinon":"~1.14.1","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"~2.3.4"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.7.1"},"gitHead":"c992b72dc64ac4c39d504a38fc9362ca345c01ef","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.5.0","_npmVersion":"5.4.1","_nodeVersion":"8.3.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"a4bb63dfbb512f0dd9409f7af452e4e2edcb80f4","size":37358,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.5.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators-4.5.0.tgz_1509712636217_0.6889368400443345"},"directories":{},"publish_time":1509712637353,"_cnpm_publish_time":1509712637353,"_hasShrinkwrap":false},"4.4.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.4.1","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"~2.3.4"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.6.1"},"gitHead":"d0ef082e8f26ad84e9b54d0bf6df399d1c3ecd66","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.4.1","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"0ad906da7e53eb8f739fd964ade99b6bddeaab76","size":41520,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.4.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators-4.4.1.tgz_1502542896007_0.9431471053976566"},"directories":{},"publish_time":1502542897085,"_hasShrinkwrap":false,"_cnpm_publish_time":1502542897085},"4.4.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.4.0","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"~2.3.4"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.6.1"},"gitHead":"cf70664525e70e692f9b7ea6f5d7bf4f6ff095cd","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.4.0","_shasum":"d3b4ecad7d5b5bb698899f954e62c7d1dd176467","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"d3b4ecad7d5b5bb698899f954e62c7d1dd176467","size":72164,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.4.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators-4.4.0.tgz_1502043041847_0.5073325221892446"},"directories":{},"publish_time":1502043043038,"_cnpm_publish_time":1502043043038,"_hasShrinkwrap":false},"4.3.5":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.3.5","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"^2.2.2"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.6.1"},"gitHead":"a30b1960e76cb169235ce59d261348edde7a5b39","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.3.5","_shasum":"72f81112a61d7e053acb76915caea8b459d39b6d","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"72f81112a61d7e053acb76915caea8b459d39b6d","size":49079,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.3.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.3.5.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators-4.3.5.tgz_1497540234254_0.8417051788419485"},"directories":{},"publish_time":1497540236243,"_cnpm_publish_time":1497540236243,"_hasShrinkwrap":false},"4.3.4":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.3.4","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"^2.2.2"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.6.1"},"gitHead":"66af6f9f75742db05b6b4b8f95fe3edc93c51f29","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.3.4","_shasum":"663f17497c6e24a0755c405fda625485d36c4990","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"663f17497c6e24a0755c405fda625485d36c4990","size":47222,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.3.4.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators-4.3.4.tgz_1495491962924_0.8936518109403551"},"directories":{},"publish_time":1495491964130,"_hasShrinkwrap":false,"_cnpm_publish_time":1495491964130},"4.3.3":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.3.3","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"^2.2.2"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.6.1"},"gitHead":"aafc60e1ac8bc883595512c6881953321e48edcc","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.3.3","_shasum":"13de61867ceaa4e310f47eabc10f194da6a53b80","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"13de61867ceaa4e310f47eabc10f194da6a53b80","size":32103,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.3.3.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators-4.3.3.tgz_1495233300815_0.8415003188420087"},"directories":{},"publish_time":1495233301998,"_cnpm_publish_time":1495233301998,"_hasShrinkwrap":false},"4.3.2":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.3.2","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"^2.2.2"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.6.1"},"gitHead":"d3017080a13b5033d845f93f53281997b85f1dc0","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.3.2","_shasum":"ad41b76936a91c7ea0de4a646d2a46feb3fb97c9","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"ad41b76936a91c7ea0de4a646d2a46feb3fb97c9","size":31605,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.3.2.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lodash-decorators-4.3.2.tgz_1495231484863_0.6031348812393844"},"directories":{},"publish_time":1495231485968,"_cnpm_publish_time":1495231485968,"_hasShrinkwrap":false},"4.3.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.3.1","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix","version":"standard-version"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"^2.2.2"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.6.1"},"gitHead":"e67991ab195c150d4e5424754335726b6e78311a","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.3.1","_shasum":"500d9b230a42df850a7bb289d822cdab57198584","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"500d9b230a42df850a7bb289d822cdab57198584","size":31500,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.3.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/lodash-decorators-4.3.1.tgz_1494076507120_0.5006894008256495"},"directories":{},"publish_time":1494076509130,"_hasShrinkwrap":false,"_cnpm_publish_time":1494076509130},"4.2.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.2.1","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"^2.2.2"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.6.1"},"gitHead":"59b54854438b4edfc3d461dcbda9826356d8ea4a","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.2.1","_shasum":"96a28abce7edd4e4b07c768830557a09ddb51ae3","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"96a28abce7edd4e4b07c768830557a09ddb51ae3","size":30234,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.2.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/lodash-decorators-4.2.1.tgz_1493852172076_0.739806913305074"},"directories":{},"publish_time":1493852172741,"_hasShrinkwrap":false,"_cnpm_publish_time":1493852172741},"4.2.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.2.0","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run lint && npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme","lint":"tslint src/**","lint:fix":"tslint src/** --fix"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","ts-node":"^3.0.2","tslint":"^5.1.0","tslint-language-service":"^0.9.2","typescript":"^2.2.2"},"peerDependencies":{"lodash":"4.x"},"dependencies":{"tslib":"^1.6.1"},"gitHead":"d2c35eaf6b2b283d8d5290b8c7984f2e2b41c399","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.2.0","_shasum":"ee581f0142e2036989bb4bbb7d75f46edb52df5c","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"ee581f0142e2036989bb4bbb7d75f46edb52df5c","size":30061,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.2.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/lodash-decorators-4.2.0.tgz_1493395681560_0.4113559736870229"},"directories":{},"publish_time":1493395682404,"_hasShrinkwrap":false,"_cnpm_publish_time":1493395682404},"4.1.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.1.0","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","ts-node":"^3.0.2","typescript":"^2.2.2"},"dependencies":{"lodash":"^4.0.0","tslib":"^1.6.1"},"gitHead":"0b84300e1c11dd0d96d2ac36ae67dd729e36ae64","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.1.0","_shasum":"396875bfe6b46f444be6baa35b0cbc695221a7e2","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"396875bfe6b46f444be6baa35b0cbc695221a7e2","size":29595,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.1.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/lodash-decorators-4.1.0.tgz_1493334884094_0.031021309550851583"},"directories":{},"publish_time":1493334884752,"_cnpm_publish_time":1493334884752,"_hasShrinkwrap":false},"4.0.3":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.0.3","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","ts-node":"^3.0.2","typescript":"^2.2.2"},"dependencies":{"lodash":"^4.0.0","tslib":"^1.6.1"},"gitHead":"0ce91dc374f0754a5c173fb952f9f71a7eb3a51e","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.0.3","_shasum":"5caa3a7c27fb090697efcb9076f9476b01e3a745","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.4.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"5caa3a7c27fb090697efcb9076f9476b01e3a745","size":49119,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.0.3.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/lodash-decorators-4.0.3.tgz_1493233607757_0.46810976113192737"},"directories":{},"publish_time":1493233609189,"_hasShrinkwrap":false,"_cnpm_publish_time":1493233609189},"4.0.2":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.0.2","engines":{"node":">=0.12.0"},"scripts":{"clean":"npm run build:clean; npm run build:docs:clean; npm run test:clean","pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run build:clean","prebuild:test":"npm run test:clean","prebuild:docs":"npm run build:docs:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build:docs:clean":"del buildDocs","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","build:docs":"tsc -p tsconfig.docs.json","predocs":"npm run build:docs","postdocs":"npm run build:docs:clean","docs":"del docs && esdoc","docs:serve":"http-server ./docs","docs:publish":"git subtree push --prefix docs origin gh-pages","readme":"doctoc ./README.md","release":"npm run build && npm run docs && npm run readme"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","esdoc":"^0.5.2","http-server":"^0.9.0","mocha":"^3.3.0","sinon":"~1.14.1","ts-node":"^3.0.2","typescript":"^2.2.2"},"dependencies":{"lodash":"^4.0.0","tslib":"^1.6.1"},"gitHead":"cd32d26b8ea0f104e951577ac9caec4f79c229fd","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.0.2","_shasum":"6649bde7af02b64397300234d63b279cbdcedaf0","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.4.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"6649bde7af02b64397300234d63b279cbdcedaf0","size":48310,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.0.2.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/lodash-decorators-4.0.2.tgz_1493222621394_0.6852951045148075"},"directories":{},"publish_time":1493222622765,"_cnpm_publish_time":1493222622765,"_hasShrinkwrap":false},"4.0.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.0.1","engines":{"node":">=0.12.0"},"scripts":{"pretest":"npm run build:test","test":"mocha --opts mocha.opts","test:clean":"del test","posttest":"npm run test:clean","prebuild":"npm run build:clean","prebuild:test":"npm run test:clean","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","build":"tsc -p tsconfig.build.json","build:test":"tsc -p tsconfig.test.json","readme":"doctoc ./README.md"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","@types/sinon":"^2.1.3","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","mocha":"^3.3.0","sinon":"~1.14.1","ts-node":"^3.0.2","typescript":"^2.2.2"},"dependencies":{"lodash":"^4.0.0"},"gitHead":"fe11e60e266893d529273d4417ceac9f623e570f","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.0.1","_shasum":"cf5e6e64353b1d0253c1db5bc664c6afa31b2c42","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.4.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"cf5e6e64353b1d0253c1db5bc664c6afa31b2c42","size":45933,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.0.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/lodash-decorators-4.0.1.tgz_1493147563909_0.6297743686009198"},"directories":{},"publish_time":1493147564647,"_cnpm_publish_time":1493147564647,"_hasShrinkwrap":false},"4.0.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"4.0.0","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha --opts mocha.opts","build:clean":"del '*.js' '*.js.map' '*.d.ts' applicators factory utils","prebuild":"npm run build:clean","build":"tsc -p tsconfig.build.json","readme":"doctoc ./README.md"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"@types/chai":"^3.5.1","@types/lodash":"^4.14.63","@types/mocha":"^2.2.41","@types/node":"^7.0.13","chai":"~2.2.0","del-cli":"^0.2.1","doctoc":"^1.3.0","mocha":"~2.2.1","sinon":"~1.14.1","sinon-chai":"~2.7.0","ts-node":"^3.0.2","typescript":"^2.2.2"},"dependencies":{"lodash":"^4.0.0"},"gitHead":"5450a788209e8f3ce2f6db8a17e42e7da51375ce","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@4.0.0","_shasum":"a0a247dfbd9b1a506bd6acc10a6efa29f8766466","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.4.0","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"a0a247dfbd9b1a506bd6acc10a6efa29f8766466","size":39013,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-4.0.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/lodash-decorators-4.0.0.tgz_1493052993162_0.11713016056455672"},"directories":{},"publish_time":1493052995115,"_hasShrinkwrap":false,"_cnpm_publish_time":1493052995115},"3.0.2":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"3.0.2","engines":{"node":">=0.12.0"},"scripts":{"test":"gulp mocha:unit","build":"gulp build","ci":"gulp ci"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"~3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"^2.2.0","escope":"3.3.0","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"^4.0.0"},"gitHead":"1d915efbdd7b2462b573da669805df0e534ba674","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@3.0.2","_shasum":"4e496cec98eb008722b3a2a9a4a9b2cf04d71cb3","_from":".","_npmVersion":"2.15.11","_nodeVersion":"0.12.18","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"4e496cec98eb008722b3a2a9a4a9b2cf04d71cb3","size":14933,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-3.0.2.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/lodash-decorators-3.0.2.tgz_1491946836097_0.8597808668855578"},"directories":{},"publish_time":1491946838112,"_hasShrinkwrap":false,"_cnpm_publish_time":1491946838112},"3.0.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"3.0.1","engines":{"node":">=0.12.0"},"scripts":{"test":"gulp mocha:unit"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"^2.2.0","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~4.0.0"},"gitHead":"61f34c84408f00a27f182265a76daa30c3989493","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@3.0.1","_shasum":"6cc6ef523c3257467650346cffd3b641e5c3c223","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"6cc6ef523c3257467650346cffd3b641e5c3c223","size":14900,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-3.0.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1453557114702,"_cnpm_publish_time":1453557114702,"_hasShrinkwrap":false},"2.0.3":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"2.0.3","engines":{"node":">=0.12.0"},"scripts":{"test":"gulp mocha:unit"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"^2.2.0","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"gitHead":"297008c0cf341a240c83f980e897290fee57c2dc","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@2.0.3","_shasum":"ce013c26d8724c8d2e2c111fd2905967eaace170","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"ce013c26d8724c8d2e2c111fd2905967eaace170","size":14450,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-2.0.3.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1452172411830,"_cnpm_publish_time":1452172411830,"_hasShrinkwrap":false},"2.0.2":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"2.0.2","engines":{"node":">=0.12.0"},"scripts":{"test":"gulp mocha:unit"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"^2.2.0","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"gitHead":"de3eca0f26ac72852513d26ad4537d772ba07d49","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@2.0.2","_shasum":"421cf9bf96078e399a45da11a85f7bccaf43ad88","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"421cf9bf96078e399a45da11a85f7bccaf43ad88","size":14428,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-2.0.2.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1452090850868,"_cnpm_publish_time":1452090850868,"_hasShrinkwrap":false},"2.0.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"2.0.1","engines":{"node":">=0.12.0"},"scripts":{"test":"gulp mocha:unit","release":"gulp stage && npm publish stage","postrelease":"git push && git push --tags"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"^2.2.0","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"gitHead":"272b94efbbb4b1e5230879c24b2dcb8304e49264","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@2.0.1","_shasum":"cd72d3078a688dad0089afcff90df8909483f4f9","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"cd72d3078a688dad0089afcff90df8909483f4f9","size":14457,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-2.0.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1452089963577,"_cnpm_publish_time":1452089963577,"_hasShrinkwrap":false},"1.1.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"1.1.0","engines":{"node":">=0.12.0"},"scripts":{"test":"gulp mocha:unit","release":"gulp stage && npm publish stage","postrelease":"git push && git push --tags"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@1.1.0","_shasum":"0c19876e5affb4c71bc900f949ec2b5acc63682b","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"0c19876e5affb4c71bc900f949ec2b5acc63682b","size":13937,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-1.1.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1448394110304,"_cnpm_publish_time":1448394110304,"_hasShrinkwrap":false},"1.0.6":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"1.0.6","engines":{"node":">=0.12.0"},"scripts":{"test":"gulp mocha:unit","release":"gulp stage && npm publish stage","postrelease":"git push && git push --tags"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@1.0.6","_shasum":"63bd65942f4bcc2e0775763a2bbaa0256679bfb6","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"63bd65942f4bcc2e0775763a2bbaa0256679bfb6","size":13403,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-1.0.6.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1445261036883,"_cnpm_publish_time":1445261036883,"_hasShrinkwrap":false},"1.0.5":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"1.0.5","engines":{"node":">=0.12.0"},"scripts":{"test":"gulp mocha:unit","release":"gulp stage && npm publish stage","postrelease":"git push && git push --tags"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@1.0.5","_shasum":"0766b2d78b3713ed92848b0ef1f57ed9810a126f","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"0766b2d78b3713ed92848b0ef1f57ed9810a126f","size":13413,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-1.0.5.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1443402221590,"_cnpm_publish_time":1443402221590,"_hasShrinkwrap":false},"1.0.4":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"1.0.4","engines":{"node":">=0.12.0"},"scripts":{"test":"gulp mocha:unit","release":"gulp stage && npm publish stage","postrelease":"git push && git push --tags"},"main":"index.js","keywords":["lodash","decorators","ES7","ES2016","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@1.0.4","_shasum":"74488286a5feb09af27967a9192e19a9182db719","_from":"stage","_resolved":"file:stage","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"74488286a5feb09af27967a9192e19a9182db719","size":13409,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-1.0.4.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1443386504387,"_cnpm_publish_time":1443386504387,"_hasShrinkwrap":false},"1.0.2":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"1.0.2","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"gitHead":"99c37ed5ac8f26160da91015e29383fb69cf87a9","homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@1.0.2","scripts":{},"_shasum":"182e390793da292c8500fb5d256998de7133def9","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"182e390793da292c8500fb5d256998de7133def9","size":13423,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-1.0.2.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1443147963054,"_cnpm_publish_time":1443147963054,"_hasShrinkwrap":false},"1.0.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"1.0.1","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@1.0.1","scripts":{},"_shasum":"0f8a5bda5ff94588a2bc8ee2ed33466495e855c6","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"0f8a5bda5ff94588a2bc8ee2ed33466495e855c6","size":16527,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-1.0.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1441304141238,"_cnpm_publish_time":1441304141238,"_hasShrinkwrap":false},"1.0.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"1.0.0","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@1.0.0","scripts":{},"_shasum":"99b6383d877201288dad36b9134d270cdbdca3ff","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"99b6383d877201288dad36b9134d270cdbdca3ff","size":16450,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-1.0.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1438347430979,"_cnpm_publish_time":1438347430979,"_hasShrinkwrap":false},"0.4.13":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.13","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.13","scripts":{},"_shasum":"091cecac9f31935d87315aceb0ef1ca289722752","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"091cecac9f31935d87315aceb0ef1ca289722752","size":14509,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.13.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1437495034929,"_cnpm_publish_time":1437495034929,"_hasShrinkwrap":false},"0.4.12":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.12","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.12","scripts":{},"_shasum":"f5986d93aae07695fe0ef031f31bef8f941f9a9d","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"f5986d93aae07695fe0ef031f31bef8f941f9a9d","size":14018,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.12.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1437492910438,"_cnpm_publish_time":1437492910438,"_hasShrinkwrap":false},"0.4.11":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.11","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.11","scripts":{},"_shasum":"8f2abc73e89abe135c598f4912eaca91c8581025","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"8f2abc73e89abe135c598f4912eaca91c8581025","size":13795,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.11.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436966351049,"_cnpm_publish_time":1436966351049,"_hasShrinkwrap":false},"0.4.10":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.10","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.10","scripts":{},"_shasum":"67fd9d289a003e4bbe4f5b629cae9becb8a87407","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"67fd9d289a003e4bbe4f5b629cae9becb8a87407","size":13787,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.10.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436884718447,"_cnpm_publish_time":1436884718447,"_hasShrinkwrap":false},"0.4.9":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.9","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.9","scripts":{},"_shasum":"c03e327c021b9ea83219d3825a47e7a0e7e7a6d4","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"c03e327c021b9ea83219d3825a47e7a0e7e7a6d4","size":13783,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.9.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436883277907,"_cnpm_publish_time":1436883277907,"_hasShrinkwrap":false},"0.4.8":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.8","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.8","scripts":{},"_shasum":"e7402c4b51ff5932c70ed2bb8a6301c6b226969d","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"e7402c4b51ff5932c70ed2bb8a6301c6b226969d","size":13782,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.8.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436543895280,"_cnpm_publish_time":1436543895280,"_hasShrinkwrap":false},"0.4.7":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.7","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.7","scripts":{},"_shasum":"c0a90f592908d9afafcc41787fa6324dfa37c4c3","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"c0a90f592908d9afafcc41787fa6324dfa37c4c3","size":11953,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.7.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436448500916,"_cnpm_publish_time":1436448500916,"_hasShrinkwrap":false},"0.4.6":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.6","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.6","scripts":{},"_shasum":"8d0e045a5ee50477cc78a4caed60226956ebe24d","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"8d0e045a5ee50477cc78a4caed60226956ebe24d","size":11615,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.6.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436300862448,"_cnpm_publish_time":1436300862448,"_hasShrinkwrap":false},"0.4.5":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.5","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.5","scripts":{},"_shasum":"4a294e5a870a8307da7576293eb78fc61ac7eb51","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"4a294e5a870a8307da7576293eb78fc61ac7eb51","size":11661,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.5.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436288491639,"_cnpm_publish_time":1436288491639,"_hasShrinkwrap":false},"0.4.4":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.4","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.4","scripts":{},"_shasum":"5f3b855c266d08b55590bd0ba8187e40cdf7422f","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"5f3b855c266d08b55590bd0ba8187e40cdf7422f","size":11543,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.4.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436287465235,"_cnpm_publish_time":1436287465235,"_hasShrinkwrap":false},"0.4.3":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.3","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.3","scripts":{},"_shasum":"2eeec44a4dd620f3ca1d5c10c9a4d8f76ccd81eb","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"2eeec44a4dd620f3ca1d5c10c9a4d8f76ccd81eb","size":11050,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.3.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436278399521,"_cnpm_publish_time":1436278399521,"_hasShrinkwrap":false},"0.4.2":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.2","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.2","scripts":{},"_shasum":"88127acb51e3baa0eab3cd180c1ae737ffcdf6c3","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"88127acb51e3baa0eab3cd180c1ae737ffcdf6c3","size":11102,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.2.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436277933177,"_cnpm_publish_time":1436277933177,"_hasShrinkwrap":false},"0.4.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.1","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.1","scripts":{},"_shasum":"9f2b3191417d1faee65c71bf4b2737478e0c5c5c","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"9f2b3191417d1faee65c71bf4b2737478e0c5c5c","size":10922,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436217148297,"_cnpm_publish_time":1436217148297,"_hasShrinkwrap":false},"0.4.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.4.0","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"babel":"~5.0.9","babel-eslint":"^3.1.20","chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-eslint":"^0.14.0","gulp-if":"^1.2.5","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"^3.14.0"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.4.0","scripts":{},"_shasum":"057b91f439bce28c75a7e2175c0ef9c4e624cd25","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"057b91f439bce28c75a7e2175c0ef9c4e624cd25","size":10798,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.4.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1436197337042,"_cnpm_publish_time":1436197337042,"_hasShrinkwrap":false},"0.3.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.3.0","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"~3.6.0","babel":"~5.0.9"},"dependencies":{"lodash":"~3.10.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.3.0","scripts":{},"_shasum":"2578ed7f66b0d19dfb44740c17182beb45d4d369","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"2578ed7f66b0d19dfb44740c17182beb45d4d369","size":9753,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.3.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1435693989102,"_cnpm_publish_time":1435693989102,"_hasShrinkwrap":false},"0.2.6":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.2.6","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"~3.6.0","babel":"~5.0.9"},"dependencies":{"lodash":"~3.9.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.2.6","scripts":{},"_shasum":"d1b4f1cc3688a3af6333093e930731af8032f3f4","_from":"stage","_resolved":"file:stage","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"d1b4f1cc3688a3af6333093e930731af8032f3f4","size":7967,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.2.6.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1435668189891,"_cnpm_publish_time":1435668189891,"_hasShrinkwrap":false},"0.2.5":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.2.5","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"~3.6.0","babel":"~5.0.9"},"dependencies":{"lodash":"~3.9.0"},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@0.2.5","scripts":{},"_shasum":"48db14543a8c47d45fd49e8fd599a531d64c1a55","_from":"stage","_resolved":"file:stage","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"48db14543a8c47d45fd49e8fd599a531d64c1a55","size":6271,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.2.5.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1435635855883,"_cnpm_publish_time":1435635855883,"_hasShrinkwrap":false},"0.2.4":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.2.4","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"~3.6.0","babel":"~5.0.9"},"dependencies":{"lodash":"~3.9.0"},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@0.2.4","scripts":{},"_shasum":"23116894d1b8ac7e1a3ebd75f4af1875e842e064","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"23116894d1b8ac7e1a3ebd75f4af1875e842e064","size":6264,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.2.4.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1435635672244,"_cnpm_publish_time":1435635672244,"_hasShrinkwrap":false},"0.2.3":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.2.3","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"~3.6.0","babel":"~5.0.9"},"dependencies":{"lodash":"~3.9.0"},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@0.2.3","scripts":{},"_shasum":"94be3b9e9bd4f938ba58208d31e1cb787077db39","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"94be3b9e9bd4f938ba58208d31e1cb787077db39","size":6263,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.2.3.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1435635415410,"_cnpm_publish_time":1435635415410,"_hasShrinkwrap":false},"0.2.2":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.2.2","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"~3.6.0","babel":"~5.0.9"},"dependencies":{"lodash":"~3.9.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.2.2","scripts":{},"_shasum":"ea8ccc7cc25f72ef4d9e6542c829a12086d3a0c1","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"ea8ccc7cc25f72ef4d9e6542c829a12086d3a0c1","size":7817,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.2.2.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1435612942746,"_cnpm_publish_time":1435612942746,"_hasShrinkwrap":false},"0.2.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka","email":"steelsojka@gmail.com"},"description":"A collection of decorators using lodash at it's core.","version":"0.2.1","engines":{"node":">=0.12.0"},"main":"index.js","keywords":["lodash","decorators","ES7","utility"],"license":"MIT","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"~3.6.0","babel":"~5.0.9"},"dependencies":{"lodash":"~3.9.0"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.2.1","scripts":{},"_shasum":"af2273fe989a9d794093d2304c404954361370e7","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"af2273fe989a9d794093d2304c404954361370e7","size":5737,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.2.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1435612621980,"_cnpm_publish_time":1435612621980,"_hasShrinkwrap":false},"0.2.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.2.0","engines":{"node":">=0.12.0"},"main":"dist","keywords":["lodash","decorators","ES7","utility"],"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"~2.2.0","chalk":"~1.0.0","del":"~1.1.1","gulp":"~3.8.11","gulp-babel":"~5.0.0","gulp-chmod":"~1.2.0","gulp-jshint":"~1.10.0","gulp-mocha":"~2.0.1","gulp-plumber":"~1.0.0","jshint-stylish":"~1.0.1","mocha":"~2.2.1","run-sequence":"~1.0.2","sinon":"~1.14.1","sinon-chai":"~2.7.0","yargs":"~3.6.0","babel":"~5.0.9"},"dependencies":{"lodash":"~3.9.0"},"gitHead":"ab29f3305b5e3c066b71615b812b39c8265ad7c8","description":"ES7 Decorators for lodash functions.","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.2.0","scripts":{},"_shasum":"6773109843011f0eb7deb0aa9ba28632bb9775c1","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"6773109843011f0eb7deb0aa9ba28632bb9775c1","size":7622,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.2.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1435591966216,"_cnpm_publish_time":1435591966216,"_hasShrinkwrap":false},"0.1.5":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.1.5","engines":{"node":">=0.12.0"},"main":"dist","keywords":["lodash","decorators","ES7","utility"],"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.9.0"},"gitHead":"d1f1b0a720cfa081314abc5449d7b6baf0ffd7d1","description":"ES7 Decorators for lodash functions.","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.1.5","scripts":{},"_shasum":"6c31656346b55fd1a087f362d277363105dd2883","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"6c31656346b55fd1a087f362d277363105dd2883","size":7215,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.1.5.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1435338616285,"_cnpm_publish_time":1435338616285,"_hasShrinkwrap":false},"0.1.4":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.1.4","engines":{"node":">=0.12.0"},"main":"dist","keywords":["lodash","decorators","ES7","utility"],"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"0137f0e06b756ca27c45a322b7cec3676b0c8af4","description":"ES7 Decorators for lodash functions.","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.1.4","scripts":{},"_shasum":"ace0f6df75d53c5d57491050815490bfe797b03e","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"ace0f6df75d53c5d57491050815490bfe797b03e","size":7283,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.1.4.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1433184214330,"_cnpm_publish_time":1433184214330,"_hasShrinkwrap":false},"0.1.3":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.1.3","engines":{"node":">=0.12.0"},"main":"dist","keywords":["lodash","decorators","ES7","utility"],"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"9ce2991579a2770af04d9cf58d7fd679b8a61956","description":"ES7 Decorators for lodash functions.","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.1.3","scripts":{},"_shasum":"8f74b47b1f49b48a9d4251bd7459a0e776c39a71","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"8f74b47b1f49b48a9d4251bd7459a0e776c39a71","size":10287,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.1.3.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432673080078,"_cnpm_publish_time":1432673080078,"_hasShrinkwrap":false},"0.1.2":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.1.2","engines":{"node":">=0.12.0"},"main":"dist","keywords":["lodash","decorators","ES7","utility"],"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"1f5ead9de9c5d402ae987773fd7fb31da02ce512","description":"ES7 Decorators for lodash functions.","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.1.2","scripts":{},"_shasum":"1541aec12f6531de19f0b89d26131375293e77cd","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"1541aec12f6531de19f0b89d26131375293e77cd","size":10268,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.1.2.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432659342019,"_cnpm_publish_time":1432659342019,"_hasShrinkwrap":false},"0.1.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.1.1","engines":{"node":">=0.12.0"},"main":"dist","keywords":["lodash","decorators","ES7","utility"],"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"a28e492f462bf9373e9ea4eb21df069ff8ee6a1f","description":"ES7 Decorators for lodash functions.","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.1.1","scripts":{},"_shasum":"5001c384118c13843a15ffe08a1becbe0c09b4b1","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"5001c384118c13843a15ffe08a1becbe0c09b4b1","size":10112,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.1.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432653836600,"_cnpm_publish_time":1432653836600,"_hasShrinkwrap":false},"0.1.0":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.1.0","engines":{"node":">=0.12.0"},"main":"dist","keywords":["lodash","decorators","ES7","utility"],"repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"dea9a28f2dbf10ddb9bc0cca58dca8cfa2932179","description":"ES7 Decorators for lodash functions.","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.1.0","scripts":{},"_shasum":"a08f22c0d823a4e96efe0423b1958ae66c9b0db6","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"a08f22c0d823a4e96efe0423b1958ae66c9b0db6","size":10152,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.1.0.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432650545753,"_cnpm_publish_time":1432650545753,"_hasShrinkwrap":false},"0.0.9":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.0.9","engines":{"node":">=0.12.0"},"main":"dist","keywords":["lodash","decorators","ES7","utility"],"repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"80cc11f59de8e0381d8f22981d64b360358ac47d","description":"ES7 Decorators for lodash functions.","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@0.0.9","scripts":{},"_shasum":"89f7b1a565b9f294b0e3f9497c2264e69a4e6287","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"89f7b1a565b9f294b0e3f9497c2264e69a4e6287","size":7249,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.0.9.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432570887892,"_cnpm_publish_time":1432570887892,"_hasShrinkwrap":false},"0.0.8":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.0.8","engines":{"node":">=0.12.0"},"main":"dist","repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"e23374e13663606d4b6db94b710cd90cf7be4769","description":"ES7 Decorators for lodash functions.","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@0.0.8","scripts":{},"_shasum":"4e53cd6867b789e135ac5f201d36affa46313d3c","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"4e53cd6867b789e135ac5f201d36affa46313d3c","size":6446,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.0.8.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432559792767,"_cnpm_publish_time":1432559792767,"_hasShrinkwrap":false},"0.0.7":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.0.7","engines":{"node":">=0.12.0"},"main":"dist","repository":{"type":"git","url":"git+ssh://git@github.com/steelsojka/lodash-decorators.git"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"127b7e026bc0ae986a792a564cb8650ce0f3dd44","description":"Lodash function methods as decorators","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","_id":"lodash-decorators@0.0.7","scripts":{},"_shasum":"9fecdd4e68ba3f82b8b76b89ff4cfe6efb7dc409","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"steelsojka","email":"steelsojka@gmail.com"},"dist":{"shasum":"9fecdd4e68ba3f82b8b76b89ff4cfe6efb7dc409","size":5342,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.0.7.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432474599149,"_cnpm_publish_time":1432474599149,"_hasShrinkwrap":false},"0.0.6":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.0.6","engines":{"node":">=0.12.0"},"main":"dist","repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"d575cb644232d73222ba90f74ff61bbc74c7e639","description":"Lodash function methods as decorators","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.0.6","scripts":{},"_shasum":"477d52d74b6600517a20385d37e87672495fbdc4","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"soj214","email":"steelsojka@gmail.com"},"dist":{"shasum":"477d52d74b6600517a20385d37e87672495fbdc4","size":7488,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.0.6.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432322523613,"_cnpm_publish_time":1432322523613,"_hasShrinkwrap":false},"0.0.5":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.0.5","engines":{"node":">=0.12.0"},"main":"dist","repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"6a7d501cf858412b62cf5e0b19cd7530153b387f","description":"Lodash function methods as decorators","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.0.5","scripts":{},"_shasum":"eb2a002502fce1c41ab449abd878ef417cd2ac56","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"soj214","email":"steelsojka@gmail.com"},"dist":{"shasum":"eb2a002502fce1c41ab449abd878ef417cd2ac56","size":7490,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.0.5.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432314381705,"_cnpm_publish_time":1432314381705,"_hasShrinkwrap":false},"0.0.4":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.0.4","engines":{"node":">=0.12.0"},"main":"dist","repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"bef0257f991b8eebab8202795e5ee9859ffc097f","description":"Lodash function methods as decorators","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.0.4","scripts":{},"_shasum":"3940897c6b3ae7372a47407252616a9d8fa96f9a","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"soj214","email":"steelsojka@gmail.com"},"dist":{"shasum":"3940897c6b3ae7372a47407252616a9d8fa96f9a","size":7513,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.0.4.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432313602208,"_cnpm_publish_time":1432313602208,"_hasShrinkwrap":false},"0.0.3":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.0.3","engines":{"node":">=0.12.0"},"main":"dist","repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0","babel":"^5.0.9"},"dependencies":{"lodash":"^3.6.0"},"gitHead":"b23afda88196677393cdf46d33ca7b323f0a7368","description":"Lodash function methods as decorators","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.0.3","scripts":{},"_shasum":"01ec3473e71303c102cdad4289b9040f3805eca0","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"soj214","email":"steelsojka@gmail.com"},"dist":{"shasum":"01ec3473e71303c102cdad4289b9040f3805eca0","size":5134,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.0.3.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432313179547,"_cnpm_publish_time":1432313179547,"_hasShrinkwrap":false},"0.0.2":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.0.2","engines":{"node":">=0.12.0"},"main":"dist","repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0"},"dependencies":{"babel":"^5.0.9","lodash":"^3.6.0"},"gitHead":"ea6be10a4257070e775a2e1c52364c669a2c6138","description":"Lodash function methods as decorators","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.0.2","scripts":{},"_shasum":"f7ffae48d33b9ae141ee182b2811a8d5f4cb180a","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"soj214","email":"steelsojka@gmail.com"},"dist":{"shasum":"f7ffae48d33b9ae141ee182b2811a8d5f4cb180a","size":5155,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.0.2.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432312969388,"_cnpm_publish_time":1432312969388,"_hasShrinkwrap":false},"0.0.1":{"name":"lodash-decorators","author":{"name":"Steven Sojka"},"version":"0.0.1","engines":{"node":">=0.12.0"},"main":"dist","repository":{"type":"git","url":"http://github.com/steelsojka/lodash-decorators"},"devDependencies":{"chai":"^2.2.0","chalk":"^1.0.0","del":"^1.1.1","gulp":"^3.8.11","gulp-babel":"^5.0.0","gulp-chmod":"^1.2.0","gulp-jshint":"^1.10.0","gulp-mocha":"^2.0.1","gulp-plumber":"^1.0.0","jshint-stylish":"^1.0.1","mocha":"^2.2.1","run-sequence":"^1.0.2","sinon":"^1.14.1","sinon-chai":"^2.7.0","yargs":"^3.6.0"},"dependencies":{"babel":"^5.0.9","lodash":"^3.6.0"},"gitHead":"94e449723fa134847f7dbf7303461e7529977164","description":"Lodash function methods as decorators","bugs":{"url":"https://github.com/steelsojka/lodash-decorators/issues"},"homepage":"https://github.com/steelsojka/lodash-decorators","_id":"lodash-decorators@0.0.1","scripts":{},"_shasum":"535270d5e48147e79b73a59782990442a0be6e22","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"soj214","email":"steelsojka@gmail.com"},"dist":{"shasum":"535270d5e48147e79b73a59782990442a0be6e22","size":4554,"noattachment":false,"key":"/lodash-decorators/-/lodash-decorators-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lodash-decorators/download/lodash-decorators-0.0.1.tgz"},"maintainers":[{"name":"steelsojka","email":"steelsojka@gmail.com"}],"directories":{},"publish_time":1432228133043,"_cnpm_publish_time":1432228133043,"_hasShrinkwrap":false}},"readme":"# lodash-decorators\n\nDecorators using lodash functions. View the [API docs](https://steelsojka.github.io/lodash-decorators) for more in depth documentation.\n\n[![Build Status](https://travis-ci.org/steelsojka/lodash-decorators.svg)](https://travis-ci.org/steelsojka/lodash-decorators)\n[![npm version](https://badge.fury.io/js/lodash-decorators.svg)](http://badge.fury.io/js/lodash-decorators)\n\n<!-- START doctoc generated TOC please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n\n\n- [Install](#install)\n  - [Polyfills](#polyfills)\n- [Usage](#usage)\n  - [Decorators](#decorators)\n    - [Example](#example)\n  - [Optional Params and Casing](#optional-params-and-casing)\n    - [Example](#example)\n  - [Partials](#partials)\n    - [Example](#example-1)\n  - [Composition](#composition)\n    - [Example](#example-2)\n  - [Instance Decorators](#instance-decorators)\n  - [Mixin](#mixin)\n    - [Example](#example-3)\n  - [Attempt](#attempt)\n    - [Example](#example-4)\n  - [Bind](#bind)\n    - [Example](#example-5)\n    - [Example](#example-6)\n  - [v4 Breaking Changes](#v4-breaking-changes)\n    - [Not all decorators can be applied to or forced on getters/setters.](#not-all-decorators-can-be-applied-to-or-forced-on-getterssetters)\n    - [No longer force instance decorator onto prototype](#no-longer-force-instance-decorator-onto-prototype)\n    - [All decorators now take arguments](#all-decorators-now-take-arguments)\n    - [Removal of extensions and validation package](#removal-of-extensions-and-validation-package)\n    - [Prototype decorator order no longer throws an error](#prototype-decorator-order-no-longer-throws-an-error)\n    - [Other breaking changes](#other-breaking-changes)\n  - [v4 Improvements](#v4-improvements)\n\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n\n## Install\n\n`npm install --save lodash lodash-decorators`\n\n### Polyfills\n\nThis library requires `Map` and `WeakMap` to be available globally. If `Map` or `WeakMap` is not supported in your environment then use a polyfill.\n\n## Usage\n\nFor more in depth documentation please visit [Lodash](http://lodash.com/docs)\n\nDecorators are exported as both start case and lower case.\n\n`import { Debounce } from 'lodash-decorators';`\n\nis the same as\n\n`import { debounce } from 'lodash-decorators';`\n\nThey can also be imported directly.\n\n`import Debounce from 'lodash-decorators/debounce';`\n\n### Decorators\n\nThese decorators are included in the package. These are also exported as lowercase for those who prefer lowercase decorators.\n\n-   `After`\n-   `AfterAll`\n-   `Ary`\n-   `Attempt`\n-   `Before`\n-   `BeforeAll`\n-   `Bind`\n-   `BindAll`\n-   `Curry`\n-   `CurryAll`\n-   `CurryRight`\n-   `CurryRightAll`\n-   `Debounce`\n-   `DebounceAll`\n-   `Defer`\n-   `Delay`\n-   `Flip`\n-   `Flow`\n-   `FlowRight`\n-   `Memoize`\n-   `MemoizeAll`\n-   `Mixin`\n-   `Negate`\n-   `Once`\n-   `OnceAll`\n-   `OverArgs`\n-   `Partial`\n-   `PartialRight`\n-   `Rearg`\n-   `Rest`\n-   `Spread`\n-   `Tap`\n-   `Throttle`\n-   `ThrottleAll`\n-   `ThrottleGetter`\n-   `ThrottleSetter`\n-   `Unary`\n-   `Wrap`\n\n#### Example\n\n```javascript\nimport { Debounce, Memoize } from 'lodash-decorators';\n\nclass Person {\n  constructor(firstName, lastName) {\n    this.firstName = firstName;\n    this.lastName = lastName;\n  }\n\n  @Debounce(100)\n  save(date) {\n    return this.httpService.post(data);\n  }\n\n  @Memoize(item => item.id)\n  doSomeHeavyProcessing(arg1, arg2) {}\n}\n```\n\n### Optional Params and Casing\n\nIf a decorator does not require params or has optional params then the decorator does not require invocation.\nDecorators are also exported in lower case as well as start case.\n\n#### Example\n\n```javascript\n// These are both valid decorator usages.\nclass Person {\n  @Memoize()\n  doSomething() {}\n\n  @Memoize\n  doSomething2() {}\n\n  @memoize()\n  doSomething3() {}\n\n  @memoize\n  doSomething4() {}\n}\n```\n\n### Partials\n\nSome decorators work slightly differently than you would expect\nthem to work than lodash.\n\n-   `Partial`\n-   `PartialRight`\n-   `Wrap`\n\nThese can take a `Function` as their first argument or a `String`.\nIf the argument is a `String` then a `Function` is resolved from\nthe current object.\n\n#### Example\n\n```javascript\nimport { Partial, Wrap } from 'lodash-decorators'\n\nclass Person {\n  constructor(firstName, lastName) {\n    this.firstName = firstName;\n    this.lastName = lastName;\n  }\n\n  getName(type) {\n    return type === 'firstName' ? this.firstName : this.lastName\n  }\n\n  @Partial('getName', 'firstName')\n  getFirstName() {}\n\n  @Partial('getName', null)\n  getLastName() {}\n\n  @Wrap('getName')\n  getUpperCaseName(fn) {\n    return fn().toUpperCase();\n  }\n}\n\nconst person = new Person('Joe', 'Smith');\n\nperson.getFirstName(); // 'Joe'\nperson.getLastName(); // 'Smith'\nperson.getUpperCaseName(); // JOE SMITH\n```\n\n### Composition\n\nYou can use methods like `compose` and `flow` similiar to\npartials. The arguments are resolved the same way partials\nare resolved.\n\n#### Example\n\n```javascript\nimport { Flow } from 'lodash-decorators'\nimport { kebabCase } from 'lodash';\n\nclass Person {\n  @Flow('getName', kebabCase)\n  logName;\n\n  constructor(firstName, lastName) {\n    this.firstName = firstName;\n    this.lastName = lastName;\n  }\n\n  getName() {\n    return `${this.firstName} ${this.lastName}`;\n  }\n}\n\nconst person = new Person('Joe', 'Smith');\n\nperson.logName(); // joe-smith\n```\n\n### Instance Decorators\n\nNormally decorators are applied to the prototype method\nof the class you are working with, but with some of these\ndecorators that is not the desired behavour. These\ndecorators are applied at the instance level.\n\n-   `Debounce`\n-   `Throttle`\n-   `Memoize`\n-   `After`\n-   `Before`\n-   `Curry`\n-   `CurryRight`\n-   `Once`\n-   `Flow`\n-   `FlowRight`\n-   `Rearg`\n-   `Negate`\n-   `Flip`\n-   `Bind`\n-   `Partial`\n-   `PartialRight`\n\n### Mixin\n\nYou can mixin methods into a class by using the `Mixin` decorator.\n\n#### Example\n\n```javascript\nimport { Mixin } from 'lodash-decorators';\n\nconst MyOtherApi = {\n  someCoolMethod() {\n    // Do something cool\n  }\n};\n\n@Mixin(MyOtherApi)\nclass Person {}\n\nPerson.prototype.someCoolMethod === MyOtherApi.someCoolMethod; // => true\n```\n\n### Attempt\n\nYou can wrap a method in a lodash attempt method.\n\n#### Example\n\n```javascript\nimport { Attempt } from 'lodash-decorators';\n\nclass Person {\n  @Attempt()\n  throwAnError() {\n    throw new Error();\n  }\n\n  @Attempt()\n  doNotThrowAnError() {\n    return '0_o';\n  }\n}\n\nconst person = new Person();\n\nlet result = person.throwAnError();\n\nresult instanceof Error; // => true\n\nresult = person.doNotThrowAnError();\n\nresult === '0_o'; // => true\n```\n\n### Bind\n\nBind takes arguments based on lodash's bind and binds the `Function` to\nthe current instance object.\n\n#### Example\n\n```javascript\nimport { Bind } from 'lodash-decorators'\n\nclass Person {\n  constructor(firstName, lastName) {\n    this.firstName = firstName;\n    this.lastName = lastName;\n  }\n\n  @Bind()\n  getName() {\n    return `${this.firstName} ${this.lastName}`;\n  }\n\n  // It can also function as a partial\n  @Bind('Joe')\n  getUpperCaseName(name) {\n    return name.toUpperCase();\n  }\n}\n\nconst person = new Person('Joe', 'Smith');\n\nperson.getName.call(null); // Joe Smith\nperson.getUpperCaseName(); // JOE\n```\n\nYou can also bind entire classes with `bindAll` or `bind`.\n\n#### Example\n\n```javascript\nimport { BindAll } from 'lodash-decorators'\n\n@BindAll()\nclass Person {\n  constructor(firstName, lastName) {\n    this.firstName = firstName;\n    this.lastName = lastName;\n  }\n\n  getName() {\n    return `${this.firstName} ${this.lastName}`;\n  }\n}\n\nconst person = new Person('Joe', 'Smith');\n\nperson.getName.call(null); // Joe Smith\n```\n\n### v4 Breaking Changes\n\nVersion 4 is a rewrite of the library and has many breaking changes.\n\n#### Not all decorators can be applied to or forced on getters/setters.\n\nOnly certain decorators make sense to be applied to getters/setters. Before you could specify the target of the decorator like `debounce.set(15)`. This behavior is\nremoved and decorators that make sense to apply to getters/setters are configured to be applied to methods and either the getter or the setter. For example:\n\n```javascript\nclass MyClass {\n  // This only gets applied to the setter as it doesn't make sense to apply it to the getter.\n  @Debounce(1000)\n  get value() {\n    return this._value;\n  }\n\n  set value(val) {\n    this._value = val;\n  }\n\n  @Debounce(15)\n  fn() {}\n}\n```\n\nThis keeps the API cleaner and doesn't require the developer to know how the decorator applies to the descriptor. Some decorators have explicit version that apply to either getters of setters, such as `ThrottleGetter` and `ThrottleSetter`.\n\n#### No longer force instance decorator onto prototype\n\nThere is no longer a `Proto` decorator attached to instance decorators. Most instance decorators now have a counterpart that applies to the prototype instead of the instance. `Debounce.Proto()` is now `DebounceAll()`.\n\n#### All decorators now take arguments\n\nAll decorators now take arguments. So instead of `@Once` you would do `@Once()`. This keeps the API consistent and doesn't require the developer to remember which decorators take arguments.\n\n#### Removal of extensions and validation package\n\nAll extensions like `enumerable` have been removed in favor of [core-decorators](https://github.com/jayphelps/core-decorators.js). There may be some slight over lap like `debounce` and `throttle`. Fair warning, instance decorators may not play nice with other implementations of instance decorators.\n\nWe want to keep lodash decorators focused specifically on lodash specific functions.\n\n#### Prototype decorator order no longer throws an error\n\nIf a prototype decorator comes after an instance decorator it will be ignored since there is no way to apply it in the chain.\n\n#### Other breaking changes\n\n-  `Attempt` now takes an argument to line up with lodash API.\n-  `Bind` used on a class no longer delegates to `BindAll`. Use `BindAll` instead.\n-  `Curry`, `Partial`, `Flow`, `FlowRight` are now instance decorators.\n\n### v4 Improvements\n\n-   Ships with TypeScript typings.\n-   Predictable performance.\n-   Improvements to Bind decorator.\n-   Improved API for decorator factory.\n-   More and better unit tests.\n-   Better performance with instance decorators.\n-   Single imports with `import { Debounce } from 'lodash-decorators/debounce'`;\n-   Composition decorators can be used on properties. These will generate the composed function.\n","_attachments":{},"homepage":"https://github.com/steelsojka/lodash-decorators#readme","bugs":{"url":"http://github.com/steelsojka/lodash-decorators/issues"},"license":"MIT"}